]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dib8000: use pr_foo() instead of printk()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 13:05:46 +0000 (10:05 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 11:59:38 +0000 (09:59 -0200)
commite39937f2938292874261621635c965b6411e3417
tree551e0bfffce035d782a4c4730f934699b61904aa
parent28a7f74dba44ac3c4b75b3b6edf261253e707201
[media] dib8000: use pr_foo() instead of printk()

The dprintk() macro relies on continuation lines. This is not
a good practice and will break after commit d0a4aca6ff6f
("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/dib8000.c