]> Pileus Git - ~andy/linux/commit
USB: serial: mct_u232.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 22:08:30 +0000 (15:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 22:08:30 +0000 (15:08 -0700)
commit4a770ccaae1fd2ecad9dcc3f7942d3b163ecf362
treef5aeea86bfe5c3126e1b0c91a6a9cf67d7d963cb
parent2621cee19a33a713d539fea9870e5fd56aa1fcd5
USB: serial: mct_u232.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/mct_u232.c