]> Pileus Git - ~andy/linux/commit
USB: atm: usbatm: fix up debug printing code
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 18:21:12 +0000 (11:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 18:21:12 +0000 (11:21 -0700)
commit34ad569fec46937b48cda329b037c1ff7fac9ab6
treedd8a8858ed41694f8018ba523ad24ac69358aa5e
parent799ee9243d892ad959c8e5f4549593ece59f1c80
USB: atm: usbatm: fix up debug printing code

If VERBOSE_DEBUG was enabled, lots of build errors happend (obviously no
one uses this mode.)  So fix that up, and get rid of the dbg() call, and
use dev_dbg() like the rest of the driver does.

Cc: Duncan Sands <duncan.sands@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/usbatm.c