]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb_usb_v2: move dvb_usbv2_generic_rw() debugs behind define
authorAntti Palosaari <crope@iki.fi>
Wed, 20 Jun 2012 01:31:04 +0000 (22:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 4 Aug 2012 10:56:37 +0000 (07:56 -0300)
commitdb4a48cf56d27325458f02225fa70b15ad17642b
tree1b857ad408b42d0747b3a962bf35a64771f6fe0d
parent0c173214fbc5c21391b09ad821b4046d8048720c
[media] dvb_usb_v2: move dvb_usbv2_generic_rw() debugs behind define

It is nice to have this debug, but as it generates very huge amount
of traffic, better to make it conditional. Use define macro to disable
it as I did not find out how to use dynamic debugs to dump variable
length buffers like that.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dvb_usb_urb.c