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

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