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)
commitfee84a54e707d93282f1854a9f712534b6543a5e
tree9d7ba7bad8632e3a935d9722dade360211809f9c
parentc2d57aec81f3d479642523fd4d3537006168c240
USB: serial: core: remove some trace debugging calls

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>
drivers/usb/serial/console.c
drivers/usb/serial/usb-serial.c