diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-03 17:39:25 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-01-14 09:17:59 +0100 |
commit | 4f80b70e1953cb846dbdd1ce72cb17333d4c8d11 (patch) | |
tree | 13b8d74c9003989d962974426f05b01cdfe920c7 /tools/thermal | |
parent | fd6988496e79a6a4bdb514a4655d2920209eb85d (diff) | |
download | linux-4f80b70e1953cb846dbdd1ce72cb17333d4c8d11.tar.bz2 |
parisc: Use proper printk format for resource_size_t
resource_size_t should be printed with its own size-independent format
to fix warnings when compiling on 64-bit platform (e.g. with
COMPILE_TEST):
arch/parisc/kernel/drivers.c: In function 'print_parisc_device':
arch/parisc/kernel/drivers.c:892:9: warning:
format '%p' expects argument of type 'void *',
but argument 4 has type 'resource_size_t {aka unsigned int}' [-Wformat=]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'tools/thermal')
0 files changed, 0 insertions, 0 deletions