]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dib0090: use pr_foo() instead of printk()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 11:16:43 +0000 (08:16 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 11:44:48 +0000 (09:44 -0200)
commitdc6480e650a1f9b784eb3061403486de05152e47
tree895b50326a77bb25ce9580f4dc64e84996f04a15
parent6b70152d1565309d1e9483b15e711100ecf00334
[media] dib0090: 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/dib0090.c