]> 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)
commit93279156d41c520844ad3901130b75fa13cd4c1f
treef204c39d592e2485fe14dcda9001341897358610
parentc17c01da8140a0b479a0ea4da096c61f8b701cab
ARM: s3c24xx: Restore proper usage of pr_info/pr_cont

Fix wrong usage of pr_info introduced by the commit a1e59040d3ea ("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