commit | 7570227724405694f407a2c5e3dd3f4f8d9c2d92 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 08:57:27 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:55:50 2016 -0200 |
tree | 25ea539e2e923d1f6daf8107b76a3168fe9e8f76 | |
parent | 441d54e3431d7956bca9cae0e23b16ed0d7b0e4e [diff] |
[media] dib7000m: 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>