Commit ef2b895b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent de5789e2
...@@ -536,8 +536,6 @@ static int ipaq_open(struct tty_struct *tty, ...@@ -536,8 +536,6 @@ static int ipaq_open(struct tty_struct *tty,
int result = 0; int result = 0;
int retries = connect_retries; int retries = connect_retries;
dbg("%s - port %d", __func__, port->number);
msleep(1000*initial_wait); msleep(1000*initial_wait);
/* /*
...@@ -593,8 +591,6 @@ static int ipaq_calc_num_ports(struct usb_serial *serial) ...@@ -593,8 +591,6 @@ static int ipaq_calc_num_ports(struct usb_serial *serial)
static int ipaq_startup(struct usb_serial *serial) static int ipaq_startup(struct usb_serial *serial)
{ {
dbg("%s", __func__);
/* Some of the devices in ipaq_id_table[] are composite, and we /* Some of the devices in ipaq_id_table[] are composite, and we
* shouldn't bind to all the interfaces. This test will rule out * shouldn't bind to all the interfaces. This test will rule out
* some obviously invalid possibilities. * some obviously invalid possibilities.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment