]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: dwc3: drop CONFIG_USB_DWC3_DEBUG
authorFelipe Balbi <balbi@ti.com>
Tue, 30 Jun 2015 17:51:49 +0000 (12:51 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:18 +0000 (09:59 -0500)
commit9fcfa463e17adc48865b1a4124d48d48e0b59556
treeaad5f7dabaffd0f856b20189107099b5a3c727a9
parente746b06cc76afea568c7d53f83a834dc8d720da1
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>
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/Makefile