[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)
commit9f6f82ee61b23f0234fc83be363483bc4a65d99c
tree1b857ad408b42d0747b3a962bf35a64771f6fe0d
parent41a0abf7100928b412be4d35d62fd77c83064a9b
[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
This page took 0.025943 seconds and 5 git commands to generate.