commit | 09f8be263c9c5fa0ee33e24e1f89b8cde68ec056 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 06:50:56 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 08:05:40 2016 -0200 |
tree | 4eadae4eb92fcfa2e222b9b98368e0f0c93809de | |
parent | fa132a64e2003c72c149725ffa7bae06b0cc9054 [diff] |
[media] cx23885: use KERN_CONT where needed Some continuation messages are not using KERN_CONT. Since commit 563873318d32 ("Merge branch 'printk-cleanups'"), this won't work as expected anymore. So, let's add KERN_CONT to those lines. While here, add missing log level annotations. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>