From 16a36b5c9c6fcc72d78dcd4b71698444c1903b08 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 3 May 2012 16:44:15 -0700 Subject: [PATCH] --- yaml --- r: 303735 b: refs/heads/master c: ef2b895b7533ba1392cb41bc8b3a30d2387e6197 h: refs/heads/master i: 303733: 3d8028380f7d8989ea476731565291f18cbf7da9 303731: 7ee28a3cd6e953e633e001dd840a7f56fb88011c 303727: 12e5dad54657f1f3826a5cfefbe462976318fdf3 v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/ipaq.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 5bb6944b16c0..7506b529c227 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de5789e22bcb4f7365b08c80bf3cdc3ab0a624d3 +refs/heads/master: ef2b895b7533ba1392cb41bc8b3a30d2387e6197 diff --git a/trunk/drivers/usb/serial/ipaq.c b/trunk/drivers/usb/serial/ipaq.c index 61e200ffe6b4..65b689a4e36f 100644 --- a/trunk/drivers/usb/serial/ipaq.c +++ b/trunk/drivers/usb/serial/ipaq.c @@ -536,8 +536,6 @@ static int ipaq_open(struct tty_struct *tty, int result = 0; int retries = connect_retries; - dbg("%s - port %d", __func__, port->number); - msleep(1000*initial_wait); /* @@ -593,8 +591,6 @@ static int ipaq_calc_num_ports(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 * shouldn't bind to all the interfaces. This test will rule out * some obviously invalid possibilities.