]> git.baikalelectronics.ru Git - kernel.git/commit
USB: option.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:41 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:41 +0000 (16:44 -0700)
commit3aae4ae64e4171f2cc2bb1d8d6b8e6774507833f
treefb1d38a027dcbc13aa5dc7940e928bb3ed69122e
parentc1a31fdda7556afa68d0504defffe78ba557a8a4
USB: option.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: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c