diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-03 19:44:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-03 19:44:41 -0400 |
commit | e79a8a4be4a741c3b4608dcdaaffb172f7b01877 (patch) | |
tree | fb1d38a027dcbc13aa5dc7940e928bb3ed69122e /drivers/usb/serial/option.c | |
parent | 815fd56974a469d87acb0a65bda1259781fbfa28 (diff) |
USB: option.c: remove dbg() tracing calls
dbg() was used a lot a long time ago to trace code flow. Now that we have
ftrace, this isn't needed at all, so remove these calls.
CC: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 9ea5f4b39757..ae0b4aa9aa59 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -1375,7 +1375,6 @@ static void option_instat_callback(struct urb *urb) | |||
1375 | struct usb_serial_port *port = urb->context; | 1375 | struct usb_serial_port *port = urb->context; |
1376 | struct option_port_private *portdata = usb_get_serial_port_data(port); | 1376 | struct option_port_private *portdata = usb_get_serial_port_data(port); |
1377 | 1377 | ||
1378 | dbg("%s", __func__); | ||
1379 | dbg("%s: urb %p port %p has data %p", __func__, urb, port, portdata); | 1378 | dbg("%s: urb %p port %p has data %p", __func__, urb, port, portdata); |
1380 | 1379 | ||
1381 | if (status == 0) { | 1380 | if (status == 0) { |
@@ -1437,7 +1436,6 @@ static int option_send_setup(struct usb_serial_port *port) | |||
1437 | struct option_port_private *portdata; | 1436 | struct option_port_private *portdata; |
1438 | int ifNum = serial->interface->cur_altsetting->desc.bInterfaceNumber; | 1437 | int ifNum = serial->interface->cur_altsetting->desc.bInterfaceNumber; |
1439 | int val = 0; | 1438 | int val = 0; |
1440 | dbg("%s", __func__); | ||
1441 | 1439 | ||
1442 | if (is_blacklisted(ifNum, OPTION_BLACKLIST_SENDSETUP, | 1440 | if (is_blacklisted(ifNum, OPTION_BLACKLIST_SENDSETUP, |
1443 | (struct option_blacklist_info *) intfdata->private)) { | 1441 | (struct option_blacklist_info *) intfdata->private)) { |