commit | 6dc3a355633b97c03950478563807ab72b18f94b | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 07:39:46 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:37:49 2016 -0200 |
tree | 5c09bfc9a3c7ac620829b36d19366f480358c95d | |
parent | ac2ac8376eae2c7c7abb90732c967942510410b4 [diff] |
[media] pvrusb2: 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>