commit | cc8e7ff440668d3934e12139d5daae94f4be356e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 10:44:04 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 10:02:47 2016 -0200 |
tree | 4aef2714bb99187bde5e51e3a848533646b315a6 | |
parent | 0a6dc89ae403cb41872249d3d85efa6d50f7f097 [diff] |
[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>