mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-02 20:29:20 +00:00
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>
This commit is contained in:
parent
c2d57aec81
commit
fee84a54e7
2 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue