]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: serial: oti6858.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 18:50:32 +0000 (11:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 18:50:32 +0000 (11:50 -0700)
commit8c8e87bc23acb4e9ed42c3d1b1d9fbf42f368ea2
treebbf76abde21395bd3e031a2253f8e31a8f2ad10f
parent7065e8267bfaac4fb43caaa81a4e2b5660f7c1f0
USB: serial: oti6858.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/oti6858.c