]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] dvb_filter: use KERN_CONT where needed
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 10:11:07 +0000 (07:11 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:44:56 +0000 (08:44 -0200)
commit9a9689cf6d4dfb8b105946e20846ec20ea403bf9
tree8190491b32bb98bc4da9d8e1406ea8404582fd40
parent54e0443b47bba8a4700273abc261c73ec1d358f7
[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>
drivers/media/pci/ttpci/dvb_filter.c