commit | 9fcfa463e17adc48865b1a4124d48d48e0b59556 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Jun 30 12:51:49 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Wed Jul 29 09:59:18 2015 -0500 |
tree | aad5f7dabaffd0f856b20189107099b5a3c727a9 | |
parent | e746b06cc76afea568c7d53f83a834dc8d720da1 [diff] |
usb: dwc3: drop CONFIG_USB_DWC3_DEBUG now that we have no users of dev_dbg() in dwc3, we can safely remove CONFIG_USB_DWC3_DEBUG. If dev_dbg() is ever strictly necessary - and I don't see why it would, considering we want to rely on tracepoints for debug - we will depend on DYNAMIC_PRINTK to enable such messages. Signed-off-by: Felipe Balbi <balbi@ti.com>