commit | 3b0cb24f96dc06d0c5c049e8327aad50c8b6ddb4 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 06:58:14 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 08:10:15 2016 -0200 |
tree | bb783c4ad6ca4865a2c5804acc1db27c208f8178 | |
parent | e39682b5d96ae7a33a0f6b5578911913be8f14b6 [diff] |
[media] cx88: 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>