USB: generic.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:12 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:12 +0000 (16:44 -0700)
commitde5789e22bcb4f7365b08c80bf3cdc3ab0a624d3
treeb971c3db951d63b81ddae4116e5aa86554af0550
parentc0a56a2a4a1007b93c826cc3aa2e9a8d7c7e35dd
USB: generic.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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/generic.c