]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 9 Dec 2013 20:20:57 +0000 (20:20 +0000)
commit3bec79c54c6939e7ae1e2a7169c69be7c8bb7e5e
tree9f0f17588115fe52de58ea797ef8c72a48a9cd0e
parenta8f12548206d2fa95d0907d093f5eac465067423
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