mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
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 |