]> git.karo-electronics.de Git - linux-beck.git/commit
[media] af9005: remove a printk that would require a KERN_CONT
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 13:44:04 +0000 (10:44 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:02:47 +0000 (10:02 -0200)
commitcc8e7ff440668d3934e12139d5daae94f4be356e
tree4aef2714bb99187bde5e51e3a848533646b315a6
parent0a6dc89ae403cb41872249d3d85efa6d50f7f097
[media] af9005: remove a printk that would require a KERN_CONT

The dvb-usb system has its own macro to print hexa dumps
(debug_dump). Such macro doesn't support messages with
KERN_CONT after commit 563873318d32 ("Merge branch 'printk-cleanups'").
So, let's get rid of a printk() that would be assuming that
this would work.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/af9005.c