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)
commit6979b928cd53613c86dcb8e997abd26a5dcb45d3
tree26286a40a31f314678e37e09788dfdbe0e22799c
parentf6887531c0c6b106dbe9aa5ed6eaa166d93df52e
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