]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/usb/serial/mos7840.c
USB: serial: mos7840.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 23:06:04 +0000 (16:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 23:06:04 +0000 (16:06 -0700)
commit9c134a14f2da1631d583090a898a8b9d40930472
treef36a04e2dfafa494396170cb2e80277f35cf9fb8
parentd53839cf446c93dddea92d83e9a0c8afc1a8dbba
USB: serial: mos7840.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: Mark Ferrell <mferrell@uplogix.com>
CC: Donald Lee <donald@asix.com.tw>
CC: Tony Zelenoff <antonz@parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/mos7840.c