OSDN Git Service

[media] uvc_driver: use KERN_CONT where needed
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 10:23:29 +0000 (07:23 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:51:20 +0000 (08:51 -0200)
commit69396c4e2a985091ca6f8d246913fb21ace060ca
treeec89cb5ecea760663edeee6c73b24c735455edc7
parent9a9689cf6d4dfb8b105946e20846ec20ea403bf9
[media] uvc_driver: use KERN_CONT where needed

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 <mchehab@s-opensource.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/media/usb/uvc/uvc_driver.c