cb0fbbf22a
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:
|
||
---|---|---|
.. | ||
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 | ||
ftrace-entry.S | ||
ftrace.c | ||
gptimers.c | ||
ipipe.c | ||
irqchip.c | ||
kgdb.c | ||
kgdb_test.c | ||
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 |