]> git.karo-electronics.de Git - linux-beck.git/commit
[media] dibx000_common: use pr_foo() instead of printk()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 13:28:42 +0000 (10:28 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:01:56 +0000 (10:01 -0200)
commit0a6dc89ae403cb41872249d3d85efa6d50f7f097
treed901380632b85a569d78f340aecb3907ad65f91e
parent3dd722622f1d2a795d8cb196eb245fab1946bee2
[media] dibx000_common: 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/dibx000_common.c