diff options
author | Antti Palosaari <crope@iki.fi> | 2012-08-22 19:42:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-15 11:35:59 -0300 |
commit | d89b9369e03c7b56f23b02e00a10aca933c7bf67 (patch) | |
tree | 6b7a2a53f530dc2fd043e7b0efd8f09be3550bfd /drivers/media/usb/dvb-usb-v2/ec168.h | |
parent | 4ab79283aa749201aaee9e93a67285719bd2fec2 (diff) |
[media] dvb_usb_v2: use dvb_usb_dbg_usb_control_msg()
Convert drivers: au6610, ce6230, ec168, rtl28xxu for
dvb_usb_dbg_usb_control_msg() macro.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/ec168.h')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/ec168.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/ec168.h b/drivers/media/usb/dvb-usb-v2/ec168.h index 9181236f6eb..f65180822ac 100644 --- a/drivers/media/usb/dvb-usb-v2/ec168.h +++ b/drivers/media/usb/dvb-usb-v2/ec168.h @@ -24,17 +24,6 @@ #include "dvb_usb.h" -#define ec168_debug_dump(r, t, v, i, b, l) { \ - char *direction; \ - if (t == (USB_TYPE_VENDOR | USB_DIR_OUT)) \ - direction = ">>>"; \ - else \ - direction = "<<<"; \ - pr_debug("%s: %02x %02x %02x %02x %02x %02x %02x %02x %s\n", \ - __func__, t, r, v & 0xff, v >> 8, i & 0xff, i >> 8, \ - l & 0xff, l >> 8, direction); \ -} - #define EC168_USB_TIMEOUT 1000 struct ec168_req { |