forked from Minki/linux
eccda2d1e1
The %* format specifier expects an integer, which works fine with size_t arguments on 32-bit because the types match. However on 64-bit, size_t is typedef'd to unsigned long and will cause a build warning. Signed-off-by: Thierry Reding <treding@nvidia.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
panel-ld9040.c | ||
panel-s6e8aa0.c | ||
panel-simple.c |