]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: iuu_phoenix.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 22:08:28 +0000 (15:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 22:08:28 +0000 (15:08 -0700)
commit2621cee19a33a713d539fea9870e5fd56aa1fcd5
tree639bd26866dba5186a5e770e6729d05f2324e51d
parent061b2a22bc9a22c2571e603d9f66dce2d4e156a5
USB: serial: iuu_phoenix.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: Rusty Russell <rusty@rustcorp.com.au>
CC: Johan Hovold <jhovold@gmail.com>
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/iuu_phoenix.c