commit | 457163c4c7c69ee7f92c31bd48be332316824a14 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 26 16:30:38 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:10:02 2013 -0700 |
tree | 579116278d045e993c0119d6711ba41650a573d2 | |
parent | 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b [diff] |
USB: ldusb: remove custom dbg_info() macro We want to get rid of CONFIG_USB_DEBUG, so remove the reliance of the ldusb driver on it. Don't use the custom macro, or a special module parameter, instead, rely on the in-kernel dynamic debugging infrastructure, which is much easier to use, and consistant across the whole kernel. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>