From: Russell King Date: Tue, 28 Oct 2014 11:26:42 +0000 (+0000) Subject: ARM: convert printk(KERN_* to pr_* X-Git-Tag: omap-for-v3.20/drop-legacy-3517~102^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed89f2228061422ce5f62545fd0b6f6648bd2cc;p=pandora-kernel.git 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 Tested-by: Felipe Balbi Signed-off-by: Russell King --- Reading git-diff-tree failed