]> git.baikalelectronics.ru Git - kernel.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)
commitb64ff99b0fadd86e3cccc450b6c73d257465f295
tree8190491b32bb98bc4da9d8e1406ea8404582fd40
parent752e00315c0c02df5a8c89cdf4369c381317ef05
[media] dvb_filter: use KERN_CONT where needed

Some continuation messages are not using KERN_CONT.

Since commit aae16a0a1c14 ("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