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)
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>

No differences found