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