USB: f81232.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:07 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:07 +0000 (16:44 -0700)
commitb6ea163b6d784e92266f33936d096f7dc83d7b22
tree0a8fef2e0634de3911368a51f025e10339ccfb9e
parent005331f4c4345ed714dc9e35b861f6866394da5d
USB: f81232.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/f81232.c