s390/dumpstack: use pr_cont where appropriate
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 17 Oct 2016 09:59:58 +0000 (11:59 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 17 Oct 2016 12:44:31 +0000 (14:44 +0200)
commita790634544f5f98364b0aafe9d7e669810d96360
tree0951a0372f6915a1d93a6b9c3e9147ca72e6a890
parentd0208639dbc6fe97a25054df44faa2d19aca9380
s390/dumpstack: use pr_cont where appropriate

Use pr_cont instead of simple printk calls when lines will be
continued. This fixes the kernel output of various lines printed on
e.g. a warning:

Before:
[    0.840604] Krnl PSW : 0404c00180000000 000000000017d1d2
[    0.840606]  (try_to_wake_up+0x382/0x5e0)

[    0.840610]            R:0 T:1 IO:0 EX:0 Key:0 M:1 W:0 P:0 AS:3 CC:0 PM:0
[    0.840611]  RI:0 EA:3

After:
[    0.831772] Krnl PSW : 0404c00180000000 000000000017d14a (try_to_wake_up+0x382/0x5e0)
[    0.831776]            R:0 T:1 IO:0 EX:0 Key:0 M:1 W:0 P:0 AS:3 CC:0 PM:0 RI:0 EA:3

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dumpstack.c