commit | 5ae8f9a3757e4010c7ea9c07c047088fb812335e | [log] [tgz] |
---|---|---|
author | Jarod Wilson <jarod@redhat.com> | Thu May 26 15:51:11 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Jun 11 09:01:22 2011 -0300 |
tree | 2475d37285fb19953dcebba83fc105ae3374b0a2 | |
parent | d364ee4fdb33a329b16cdf9342e9770b4d4ddc83 [diff] |
[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>