[media] dib3000mc: use pr_foo() instead of printk()
commit441d54e3431d7956bca9cae0e23b16ed0d7b0e4e
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 11:55:41 +0000 (14 08:55 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 11:48:42 +0000 (18 09:48 -0200)
tree2c7763a183db14ff053bb4738cfb81931c0be6f4
parent585e3227ec583217b323cec121d3fc188ca4d23e
[media] dib3000mc: use pr_foo() instead of printk()

The dprintk() macro relies on continuation lines. This is not
a good practice and will break after commit 563873318d32
("Merge branch 'printk-cleanups'").

So, instead of directly calling printk(), use pr_foo() macros,
adding a \n leading char on each macro call.

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