]> git.baikalelectronics.ru Git - kernel.git/commit
USB: keyspan.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:22 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:22 +0000 (16:44 -0700)
commit8e1f5505af2122476e7de7eed1cec112a8e7d679
tree55e94fca211323446b64b43a1651918afbdb3a41
parent6a3599cc0945141769acc0ecaa911b40e2604955
USB: keyspan.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/keyspan.c