commit | 3dd722622f1d2a795d8cb196eb245fab1946bee2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 10:08:40 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 10:01:02 2016 -0200 |
tree | 07d5ef1f2703a1fa62fdc29c708ae84f6a856166 | |
parent | 8af16adfbb45dfa3b75a4217dcc631d7414854e5 [diff] |
[media] dib9000: 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>