diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-14 00:39:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-14 00:39:01 +0200 |
commit | fee84a54e707d93282f1854a9f712534b6543a5e (patch) | |
tree | 9d7ba7bad8632e3a935d9722dade360211809f9c /drivers/usb/serial/console.c | |
parent | USB: core: remove unused dbg() call in message.c (diff) | |
download | linux-fee84a54e707d93282f1854a9f712534b6543a5e.tar.xz linux-fee84a54e707d93282f1854a9f712534b6543a5e.zip |
USB: serial: core: remove some trace debugging calls
These dbg() calls were no more than just a function trace, so remove
them. If you want to see the functions being called, use the in-kernel
function trace code instead, it's much nicer.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/console.c')
-rw-r--r-- | drivers/usb/serial/console.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c index b9cca6dcde07..4a9b60122a42 100644 --- a/drivers/usb/serial/console.c +++ b/drivers/usb/serial/console.c @@ -68,8 +68,6 @@ static int usb_console_setup(struct console *co, char *options) struct tty_struct *tty = NULL; struct ktermios dummy; - dbg("%s", __func__); - if (options) { baud = simple_strtoul(options, NULL, 10); s = options; |