WSL2-Linux-Kernel/arch/blackfin/kernel
Geert Uytterhoeven cb0fbbf22a Blackfin: flat: Use %x to format u32
Several variables had their types changed from unsigned long to u32,
but the printk()-style format to print them wasn't updated, leading to:

    arch/blackfin/kernel/flat.c: In function 'bfin_get_addr_from_rp':
    arch/blackfin/kernel/flat.c:35:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'u32' [-Wformat]
    arch/blackfin/kernel/flat.c: In function 'bfin_put_addr_at_rp':
    arch/blackfin/kernel/flat.c:80:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'u32' [-Wformat]

Fixes: 468138d785 ("binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-07-17 11:40:33 -07:00
..
cplb-mpu
cplb-nompu
.gitignore
Makefile
asm-offsets.c
bfin_dma.c
bfin_gpio.c
bfin_ksyms.c
cplbinfo.c
debug-mmrs.c
dma-mapping.c
dumpstack.c
early_printk.c
entry.S
exception.c
fixed_code.S
flat.c Blackfin: flat: Use %x to format u32 2017-07-17 11:40:33 -07:00
ftrace-entry.S
ftrace.c
gptimers.c
ipipe.c
irqchip.c
kgdb.c
kgdb_test.c
module.c
nmi.c kernel/watchdog: introduce arch_touch_nmi_watchdog() 2017-07-12 16:26:02 -07:00
perf_event.c
process.c
pseudodbg.c
ptrace.c
reboot.c
setup.c
shadow_console.c
signal.c
stacktrace.c
sys_bfin.c
time-ts.c
time.c
trace.c
traps.c
vmlinux.lds.S