parport: use KERN_CONT in printk() continuation lines
authorKay Sievers <kay@vrfy.org>
Tue, 8 May 2012 11:14:49 +0000 (13:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 May 2012 15:55:26 +0000 (08:55 -0700)
commit2c03ead66a2f0f39c38a455891b749ad48a2e1a7
tree85f1bf7c4bc9d3d1bbbd55326f91280b14e5fd0e
parent5fc3249068c1ed87c6fd485f42ced24132405629
parport: use KERN_CONT in printk() continuation lines

On Tue, May 8, 2012 at 10:48 AM, Sasha Levin <levinsasha928@gmail.com> wrote:
> Before:
> [   10.110626] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
>
> After:
> parport0: PC-style at 0x378
> , irq 7
>  [
> PCSPP
> ,TRISTATE
> ]

Reported-By: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Kay Sievers <kay@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_pc.c