USB: serial: io_edgeport.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 08:33:23 +0000 (01:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 08:33:23 +0000 (01:33 -0700)
commit984f68683298ba53af32f909de1f9452fbb37ccb
tree83f1bf72c4c78d784f9c8dfa0bbf9dc84fdfb486
parenteb83be985510ab07f05be9541adfe3d5125deb18
USB: serial: io_edgeport.c: remove dbg() usage

dbg() was a very old USB-serial-specific macro.
This patch removes it from being used in the
driver and uses dev_dbg() instead.

Cc: Johan Hovold <jhovold@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/io_edgeport.c