commit | 61fc87498bc6a5becd30162e23928168b1e32318 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 07:44:05 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:38:37 2016 -0200 |
tree | 8745f7d396a1019f6307b78de7bbf4f5b5f5a142 | |
parent | 6dc3a355633b97c03950478563807ab72b18f94b [diff] |
[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>