USB: serial: ch341.c: remove dbg() usage
commit79cbeeaf26b3f8c3e3043e05a8e14ca7e7a49b89
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:10 +0000 (13 17:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:10 +0000 (13 17:18 -0700)
treedceefd01af7044cb109c03a887f0feda7fc9282d
parentf80e866f721942bfd9e5134e17b75f8cf53ebf5c
USB: serial: ch341.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>
CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ch341.c