commit | 8af16adfbb45dfa3b75a4217dcc631d7414854e5 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 10:05:46 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:59:38 2016 -0200 |
tree | 551e0bfffce035d782a4c4730f934699b61904aa | |
parent | 5a0e2a4e936d04a1e987077729d8d01adbc78a9f [diff] |
[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 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>