]> git.baikalelectronics.ru Git - kernel.git/commit
[media] em28xx: mark printk continuation lines as such
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 10:10:10 +0000 (07:10 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:36:40 +0000 (08:36 -0200)
commit7755679203a5d215ec154b817519abe5298c9059
tree15093481b19232fbd85047f572d78e3e9555398e
parenta418a65615464793c79f9d888ec19893458e536d
[media] em28xx: mark printk continuation lines as such

This driver has a lot of printk continuation lines for
debugging purposes. 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>
drivers/media/usb/em28xx/em28xx-core.c