commit | 9a9689cf6d4dfb8b105946e20846ec20ea403bf9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 07:11:07 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:44:56 2016 -0200 |
tree | 8190491b32bb98bc4da9d8e1406ea8404582fd40 | |
parent | 54e0443b47bba8a4700273abc261c73ec1d358f7 [diff] |
[media] dvb_filter: 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>