]> git.baikalelectronics.ru Git - kernel.git/commit
USB: cxacru.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:24 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:24 +0000 (21:33 -0700)
commit33abc5e1807addd6c062245d1c523e4f75f2c829
tree6ef1d8045b22955bd9b510636e0ba306964c5d7c
parentf8d7d53ce6bbd22b35c3d075630f67ca1297b9ab
USB: cxacru.c: remove dbg() usage

dbg() was a very old USB-specific macro that should no longer
be used. This patch removes it from being used in the driver
and uses dev_dbg() instead.

CC: Simon Arlott <cxacru@fire.lp0.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/cxacru.c