commit | 689c2781ee9d16069a436964f014ffc260af99e5 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 15 16:27:18 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 15 16:27:18 2012 -0700 |
tree | 64908cb71af98371d3d6ff9108fef53037e28a8e | |
parent | a94e9b94cc9b6d193bc69e6c9a3044aed4b7a5d9 [diff] |
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>