[media] mceusb: add and use mce_dbg printk macro
authorJarod Wilson <jarod@redhat.com>
Thu, 26 May 2011 18:51:11 +0000 (15:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 11 Jun 2011 12:01:22 +0000 (09:01 -0300)
Using dev_dbg is more complexity than many users are able to deal with.
Make it easier to get debug spew feedback from them by adding an mce_dbg
printk macro that spews using dev_info when debug=1 is set for the
mceusb module.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found