commit | 441d54e3431d7956bca9cae0e23b16ed0d7b0e4e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 08:55:41 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:48:42 2016 -0200 |
tree | 2c7763a183db14ff053bb4738cfb81931c0be6f4 | |
parent | 585e3227ec583217b323cec121d3fc188ca4d23e [diff] |
[media] dib3000mc: 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>