]> git.baikalelectronics.ru Git - kernel.git/commit
USB: cyberjack.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:43:58 +0000 (16:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:43:58 +0000 (16:43 -0700)
commitc03233f15b65838604021ce471a6e70b485931fa
treec6f106c2269a9d5b7d894ff760087e764623f47c
parent8955ce6464751af9c40133ab3c1bfb6c8342e5d2
USB: cyberjack.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.

CC: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cyberjack.c