[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)
commit61fc87498bc6a5becd30162e23928168b1e32318
tree8745f7d396a1019f6307b78de7bbf4f5b5f5a142
parent6dc3a355633b97c03950478563807ab72b18f94b
[media] ttusb_dec: use KERNEL_CONT where needed

Some continuation messages are not using KERNEL_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>
drivers/media/usb/ttusb-dec/ttusb_dec.c