]> git.baikalelectronics.ru Git - kernel.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)
commitfec15c771b61fb44f8810ba6f76b573b2c17e511
treed901380632b85a569d78f340aecb3907ad65f91e
parent7b198b195399544f2b659c8173a47d95ed1fc755
[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 aae16a0a1c14
("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