]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitcda9470014499741929a2b4bb2fc9b78e5552ccc
treeec89cb5ecea760663edeee6c73b24c735455edc7
parent6515beb8761a81f46cab246a51971656c9882e68
[media] uvc_driver: use KERN_CONT where needed

Some continuation messages are not using KERN_CONT.

Since commit d0a4aca6ff6f ("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