]> git.baikalelectronics.ru Git - kernel.git/commit
USB: generic.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 23:27:18 +0000 (16:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 23:27:18 +0000 (16:27 -0700)
commita03561d38f79142bd239684ede4137847cbf6a1e
tree64908cb71af98371d3d6ff9108fef53037e28a8e
parent87a4b040269a612e18378693fbf202d91c837593
USB: generic.c: remove dbg() usage

dbg() is a usb-serial specific macro.  This patch converts
the generic.c driver to use dev_dbg() instead to tie into the
dynamic debug infrastructure.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/generic.c