Re: [PATCH 18/25] [media] uvc_driver: use KERN_CONT where needed

2016-10-17 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Friday 14 Oct 2016 14:45:56 Mauro Carvalho Chehab wrote: > Some continuation messages are not using KERN_CONT. > > Since commit 563873318d32 ("Merge branch 'printk-cleanups"), > this won't work as expected anymore. So, let's add KERN_CONT > to those lines. >

[PATCH 18/25] [media] uvc_driver: use KERN_CONT where needed

2016-10-14 Thread Mauro Carvalho Chehab
Some continuation messages are not using KERN_CONT. Since commit 563873318d32 ("Merge branch 'printk-cleanups"), this won't work as expected anymore. So, let's add KERN_CONT to those lines. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/uvc/uvc_driver.c | 30 +++-