diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-03 19:44:17 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-03 19:44:17 -0400 |
commit | 1ae4c01ed5a8041ffa12b90dbe6e0465653d3a5a (patch) | |
tree | 6049e26f8d1e9dc5a009b658fa91c104748e9621 /drivers/usb/serial/ipw.c | |
parent | ef2b895b7533ba1392cb41bc8b3a30d2387e6197 (diff) |
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 <rusty@rustcorp.com.au>
CC: Oliver Neukum <oneukum@suse.de>
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/ipw.c')
-rw-r--r-- | drivers/usb/serial/ipw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/ipw.c b/drivers/usb/serial/ipw.c index 76a06406e26a..52c61d7cecd2 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) | |||
155 | u8 *buf_flow_init; | 155 | u8 *buf_flow_init; |
156 | int result; | 156 | int result; |
157 | 157 | ||
158 | dbg("%s", __func__); | ||
159 | |||
160 | buf_flow_init = kmemdup(buf_flow_static, 16, GFP_KERNEL); | 158 | buf_flow_init = kmemdup(buf_flow_static, 16, GFP_KERNEL); |
161 | if (!buf_flow_init) | 159 | if (!buf_flow_init) |
162 | return -ENOMEM; | 160 | return -ENOMEM; |