commit | 4bd1a8ddadfbfaea1cb4b5f9fc7004958a043f45 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 08:16:43 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 09:44:48 2016 -0200 |
tree | 895b50326a77bb25ce9580f4dc64e84996f04a15 | |
parent | fb11cbd1a9b84ee008c759a6075717f9273a2b3c [diff] |
[media] dib0090: 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>