]> git.baikalelectronics.ru Git - kernel.git/commit
parport_pc: use pr_cont
authorMikulas Patocka <mpatocka@redhat.com>
Sat, 12 Aug 2017 21:45:48 +0000 (22:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 15:25:43 +0000 (17:25 +0200)
commit1f98175065bb06f29f9ea8d62c5ec7f51d7ef718
tree26286a40a31f314678e37e09788dfdbe0e22799c
parent65524d3d2540adad65cd477806401704ed35a5a3
parport_pc: use pr_cont

The kernel adds newline automatically between printk calls, we must use
pr_cont if we want multiple printk strings on the same line.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_pc.c