]> git.baikalelectronics.ru Git - kernel.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>
Sun, 29 Dec 2013 12:32:37 +0000 (12:32 +0000)
commited839bc4c529c7b2f2e70f66d02d58dcb2b9d996
tree7b9267839797426be6f2bf324f1a2ecaa184cfe3
parentfbf42dfc6fcac143da76d061e9e828da41ac5c23
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