From: Greg Kroah-Hartman Date: Thu, 3 May 2012 23:44:17 +0000 (-0700) Subject: USB: ipw.c: remove dbg() tracing calls X-Git-Tag: upstream/snapshot3+hdmi~7443^2~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ae4c01ed5a8041ffa12b90dbe6e0465653d3a5a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git USB: ipw.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: Oliver Neukum CC: Alan Stern CC: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/ipw.c b/drivers/usb/serial/ipw.c index 76a0640..52c61d7 100644 --- a/drivers/usb/serial/ipw.c +++ b/drivers/usb/serial/ipw.c @@ -155,8 +155,6 @@ static int ipw_open(struct tty_struct *tty, struct usb_serial_port *port) u8 *buf_flow_init; int result; - dbg("%s", __func__); - buf_flow_init = kmemdup(buf_flow_static, 16, GFP_KERNEL); if (!buf_flow_init) return -ENOMEM;