]> git.baikalelectronics.ru Git - kernel.git/commit
sh: process: Fix broken lines in register dumps
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 17 Jun 2020 14:36:36 +0000 (16:36 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:09 +0000 (22:05 -0400)
commit500065c909271f3835d2392a0dd3d216bd0629aa
tree2a2295645b2f31ef6068f6ece51afd8a5d4dd74e
parent5b9b5a26db642af6c17aa08512477911870df845
sh: process: Fix broken lines in register dumps

Rejoin the broken lines by using pr_cont().
Convert the remaining printk() calls to pr_*() while at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/kernel/process_32.c