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: 468138d78510688f ("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>
|
||
|---|---|---|
| .. | ||
| cplb-mpu | ||
| cplb-nompu | ||
| .gitignore | ||
| 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 | ||
| ftrace-entry.S | ||
| ftrace.c | ||
| gptimers.c | ||
| ipipe.c | ||
| irqchip.c | ||
| kgdb_test.c | ||
| kgdb.c | ||
| Makefile | ||
| module.c | ||
| nmi.c | ||
| 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 | ||