]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: s3c24xx: Restore proper usage of pr_info/pr_cont
authorCedric Roux <sed@free.fr>
Mon, 17 Sep 2018 20:43:50 +0000 (22:43 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Sep 2018 17:11:17 +0000 (19:11 +0200)
commit640c49e661fb955afbfdf1105cad960c64c9ce4b
treef204c39d592e2485fe14dcda9001341897358610
parent8f11447daf2efab972fc3adf6ba32cabc2ab3882
ARM: s3c24xx: Restore proper usage of pr_info/pr_cont

Fix wrong usage of pr_info introduced by the commit 36261f9d5ce1 ("ARM:
s3c24xx: formatting cleanup in mach-mini2440.c").

Since the idea is to print on a single line, pr_cont has to be used.

Signed-off-by: Cedric Roux <sed@free.fr>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/mach-mini2440.c