ARM: 7911/2: Clean up setup printks a bit
authorOlof Johansson <olof@lixom.net>
Thu, 5 Dec 2013 17:29:35 +0000 (18:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Dec 2013 12:32:37 +0000 (12:32 +0000)
commit1b0f6681fcbc0e6365f42ef11beb882c9f73c945
tree7b9267839797426be6f2bf324f1a2ecaa184cfe3
parent23c34527a45885cd8f9dd58294de3cbaa32b10be
ARM: 7911/2: Clean up setup printks a bit

Clean up the setup ARM printks a bit. Add printk level to a few
that were missing (CPU: <...> ones, in particular), and switch from
printk(KERN_* ..) to pr_*().

Finally, un-wrap some long lines since it makes it harder to grep the
sources from where an error came from and tweak some cases of indentation.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/setup.c