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)
commite79a8a4be4a741c3b4608dcdaaffb172f7b01877
treefb1d38a027dcbc13aa5dc7940e928bb3ed69122e
parent815fd56974a469d87acb0a65bda1259781fbfa28
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