]> 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)
commite395adde79523e61516fa0672c0e079c2f24a2cf
tree26286a40a31f314678e37e09788dfdbe0e22799c
parentaa209a9c3d2d69db1f3ee3261d5808e2d925f98f
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