]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: keyspan_pda.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:23 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:23 +0000 (16:44 -0700)
commit5542cf791c3f1c0e307d3ee330c72f1ca49ef4f5
tree5dbfe31bf0fb89e98348f90c7f0ee2406d2863b0
parent41ea84d80c6045e35bcaaff88473ed772f3489df
USB: keyspan_pda.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_pda.c