]> git.baikalelectronics.ru Git - kernel.git/commit
USB: usblp.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:31 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:31 +0000 (21:33 -0700)
commitc260dbcf3521afc5a905534cc7956c07d5de293c
tree6f2c4e718aba620ae2ef0e5b7e3f8de99198e82c
parentce1b6fc3f6cceaa125fcb9ef7e8477ba08a725af
USB: usblp.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: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/usblp.c