From: Greg Kroah-Hartman Date: Thu, 3 May 2012 23:44:15 +0000 (-0700) Subject: USB: ipaq.c: remove dbg() tracing calls X-Git-Tag: v3.5-rc1~149^2~183 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef2b895b7533ba1392cb41bc8b3a30d2387e6197;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 CC: Johan Hovold CC: Alan Stern CC: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c index 61e200f..65b689a 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, 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.