USB: serial: opticon.c: remove dbg() usage
commitd44d9ab79212d56eea6b26f1e4925284861c347e
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:19 +0000 (13 17:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:19 +0000 (13 17:18 -0700)
treee36d62cd6d5dafdee32ad7f0d6197f12b3e2f715
parent592ba39fab1072d6d37f4118f4b0efa15377ced5
USB: serial: opticon.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: Rusty Russell <rusty@rustcorp.com.au>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/opticon.c