diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-03 19:44:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-03 19:44:15 -0400 |
commit | ef2b895b7533ba1392cb41bc8b3a30d2387e6197 (patch) | |
tree | 3a3f16f4c9d38af50fd193bb1ff54dfdd6f20176 /drivers/usb/serial/ipaq.c | |
parent | de5789e22bcb4f7365b08c80bf3cdc3ab0a624d3 (diff) |
USB: ipaq.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: Rusty Russell <rusty@rustcorp.com.au>
CC: Johan Hovold <jhovold@gmail.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/ipaq.c')
-rw-r--r-- | drivers/usb/serial/ipaq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c index 61e200ffe6b4..65b689a4e36f 100644 --- a/drivers/usb/serial/ipaq.c +++ b/drivers/usb/serial/ipaq.c | |||
@@ -536,8 +536,6 @@ static int ipaq_open(struct tty_struct *tty, | |||
536 | int result = 0; | 536 | int result = 0; |
537 | int retries = connect_retries; | 537 | int retries = connect_retries; |
538 | 538 | ||
539 | dbg("%s - port %d", __func__, port->number); | ||
540 | |||
541 | msleep(1000*initial_wait); | 539 | msleep(1000*initial_wait); |
542 | 540 | ||
543 | /* | 541 | /* |
@@ -593,8 +591,6 @@ static int ipaq_calc_num_ports(struct usb_serial *serial) | |||
593 | 591 | ||
594 | static int ipaq_startup(struct usb_serial *serial) | 592 | static int ipaq_startup(struct usb_serial *serial) |
595 | { | 593 | { |
596 | dbg("%s", __func__); | ||
597 | |||
598 | /* Some of the devices in ipaq_id_table[] are composite, and we | 594 | /* Some of the devices in ipaq_id_table[] are composite, and we |
599 | * shouldn't bind to all the interfaces. This test will rule out | 595 | * shouldn't bind to all the interfaces. This test will rule out |
600 | * some obviously invalid possibilities. | 596 | * some obviously invalid possibilities. |