ARM: convert printk(KERN_* to pr_*
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Oct 2014 11:26:42 +0000 (11:26 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Nov 2014 15:24:50 +0000 (15:24 +0000)
commit4ed89f2228061422ce5f62545fd0b6f6648bd2cc
tree0f37768acf995006a4299d80122a3f924e5c5763
parentc2459d35f5b8de077fde859b8c96a23f309b9ab2
ARM: convert printk(KERN_* to pr_*

Convert many (but not all) printk(KERN_* to pr_* to simplify the code.
We take the opportunity to join some printk lines together so we don't
split the message across several lines, and we also add a few levels
to some messages which were previously missing them.

Tested-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
28 files changed:
arch/arm/common/sa1111.c
arch/arm/kernel/atags_compat.c
arch/arm/kernel/atags_parse.c
arch/arm/kernel/atags_proc.c
arch/arm/kernel/bios32.c
arch/arm/kernel/dma-isa.c
arch/arm/kernel/dma.c
arch/arm/kernel/etm.c
arch/arm/kernel/fiq.c
arch/arm/kernel/irq.c
arch/arm/kernel/machine_kexec.c
arch/arm/kernel/module.c
arch/arm/kernel/smp.c
arch/arm/kernel/smp_twd.c
arch/arm/kernel/swp_emulate.c
arch/arm/kernel/thumbee.c
arch/arm/kernel/topology.c
arch/arm/kernel/traps.c
arch/arm/kernel/xscale-cp0.c
arch/arm/mm/alignment.c
arch/arm/mm/cache-feroceon-l2.c
arch/arm/mm/cache-tauros2.c
arch/arm/mm/fault-armv.c
arch/arm/mm/fault.c
arch/arm/mm/init.c
arch/arm/mm/mmu.c
arch/arm/nwfpe/fpmodule.c
arch/arm/vfp/vfpsingle.c