Skip to content

Commit

Permalink
[media] dib9000: use pr_foo() instead of printk()
Browse files Browse the repository at this point in the history
The dprintk() macro relies on continuation lines. This is not
a good practice and will break after commit 5638733
("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 <[email protected]>
  • Loading branch information
mchehab committed Nov 18, 2016
1 parent 8af16ad commit 3dd7226
Showing 1 changed file with 89 additions and 82 deletions.
Loading

0 comments on commit 3dd7226

Please sign in to comment.