]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[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)
commit5ae8f9a3757e4010c7ea9c07c047088fb812335e
tree2475d37285fb19953dcebba83fc105ae3374b0a2
parentd364ee4fdb33a329b16cdf9342e9770b4d4ddc83
[media] mceusb: add and use mce_dbg printk macro

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>
drivers/media/rc/mceusb.c