linux/arch/parisc
Krzysztof Kozlowski 0b06c373db parisc: Use proper printk format for resource_size_t
[ Upstream commit 4f80b70e19 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-02-05 21:22:46 +00:00
..
boot
configs
include parisc: Fix compiler warnings in debug_core.c 2020-01-12 12:21:44 +01:00
kernel parisc: Use proper printk format for resource_size_t 2020-02-05 21:22:46 +00:00
lib
math-emu
mm
oprofile
defpalo.conf
install.sh
Kconfig parisc: Implement copy_thread_tls 2020-01-14 20:08:34 +01:00
Kconfig.debug
Makefile
nm