kernel-fxtec-pro1x/arch/parisc/kernel
Krzysztof Kozlowski a618848bab parisc: Use proper printk format for resource_size_t
[ Upstream commit 4f80b70e1953cb846dbdd1ce72cb17333d4c8d11 ]

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 14:43:45 +00:00
..
.gitignore
asm-offsets.c
audit.c
cache.c
compat_audit.c
drivers.c parisc: Use proper printk format for resource_size_t 2020-02-05 14:43:45 +00:00
entry.S parisc: Fix address in HPMC IVA 2018-11-13 11:08:18 -08:00
firmware.c
ftrace.c parisc: function_graph: Simplify with function_graph_enter() 2018-12-05 19:32:10 +01:00
hardware.c
head.S parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code 2019-05-25 18:23:24 +02:00
hpmc.S parisc: Fix exported address of os_hpmc handler 2018-11-13 11:08:18 -08:00
inventory.c
irq.c
Makefile
module.c
pa7300lc.c
pacache.S parisc: Fix and improve kernel stack unwinding 2018-08-13 09:54:17 +02:00
parisc_ksyms.c
pci-dma.c parisc: use generic dma_noncoherent_ops 2018-08-13 09:30:32 +02:00
pci.c
pdc_chassis.c
pdc_cons.c
pdt.c
perf.c
perf_asm.S
perf_images.h
process.c parisc: Export running_on_qemu symbol for modules 2019-05-25 18:23:23 +02:00
processor.c parisc: Add hardware description to stack traces 2018-08-21 14:46:26 +02:00
ptrace.c parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1 2019-07-26 09:14:29 +02:00
real2.S parisc: Fix and improve kernel stack unwinding 2018-08-13 09:54:17 +02:00
setup.c parisc: Detect QEMU earlier in boot process 2019-04-17 08:38:49 +02:00
signal.c
signal32.c
signal32.h
smp.c
stacktrace.c parisc: Consolidate unwind initialization calls 2018-08-17 17:00:08 +02:00
sys_parisc.c parisc: Restore possibility to execute 64-bit applications 2018-08-17 16:45:24 +02:00
sys_parisc32.c
syscall.S parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code 2019-05-25 18:23:24 +02:00
syscall_table.S parisc: Wire up io_pgetevents syscall 2018-06-28 17:43:00 +02:00
time.c
topology.c
traps.c parisc: Fix address in HPMC IVA 2018-11-13 11:08:18 -08:00
unaligned.c
unwind.c parisc: Fix uninitialized variable usage in unwind.c 2018-10-16 11:37:29 +02:00
vmlinux.lds.S