]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd01f4bdd345f7ff56891ca5c6050d3e3aa141765
treeb971c3db951d63b81ddae4116e5aa86554af0550
parent8ba758eab467b3984201b025fcba37a02477b09a
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