USB: serial: core: remove some trace debugging calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 22:39:01 +0000 (15:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 22:39:01 +0000 (15:39 -0700)
These dbg() calls were no more than just a function trace, so remove
them.  If you want to see the functions being called, use the in-kernel
function trace code instead, it's much nicer.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found