commit | 5a0e2a4e936d04a1e987077729d8d01adbc78a9f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 09:35:33 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:57:10 2016 -0200 |
tree | 0e5fcff172af1f4e609210c3d37e62ddf7bc26f5 | |
parent | 7570227724405694f407a2c5e3dd3f4f8d9c2d92 [diff] |
[media] dib7000p: 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>