commit | fb11cbd1a9b84ee008c759a6075717f9273a2b3c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 08:10:15 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:43:55 2016 -0200 |
tree | 0cdd55aced41a7f05766c57f5372bbbf83e33f31 | |
parent | a80e1d965cb9a77f20a493021e816761f8785faf [diff] |
[media] dib0070: 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>