From: Felipe Balbi Date: Tue, 30 Jun 2015 17:51:49 +0000 (-0500) Subject: usb: dwc3: drop CONFIG_USB_DWC3_DEBUG X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcfa463e17adc48865b1a4124d48d48e0b59556;p=pandora-kernel.git 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 --- Reading git-diff-tree failed