]> git.baikalelectronics.ru Git - kernel.git/commit
[media] ttusb_dec: use KERNEL_CONT where needed
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 10:44:05 +0000 (07:44 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 11:38:37 +0000 (09:38 -0200)
commit75271a3d7d307d9709aa60f382b57b4a7894a5b2
tree8745f7d396a1019f6307b78de7bbf4f5b5f5a142
parent38d105b4bb083b5ae215563fd765d1ba3d8c450e
[media] ttusb_dec: use KERNEL_CONT where needed

Some continuation messages are not using KERNEL_CONT.

Since commit aae16a0a1c14 ("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/ttusb-dec/ttusb_dec.c