commit | 2a96f60e89b9af8396fe06dc361909b5e3a9b4f0 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 12 07:32:23 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:38:07 2016 -0200 |
tree | 2968c98fcb5328b5f0115a08005d06520618570f | |
parent | 8314d40233f3790e4cfa704087bb2a43c18144d7 [diff] |
[media] em28xx: convert the remaining printks to pr_foo There are still several places with printk's called directly. Convert them to pr_foo() macros, except for the debug printk's, as those are enabled via modprobe vars. While here, realign the pr_foo() arguments to match the recommended CodingStyle. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>