projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802bda5
)
usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver
author
Douglas Anderson
<dianders@chromium.org>
Fri, 25 May 2018 22:07:48 +0000
(15:07 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 31 May 2018 10:43:53 +0000
(12:43 +0200)
It appears that a "#define DEBUG" was left in on the recent patch
landed for the Qualcomm DWC3 glue driver. Let's remove it.
Fixes: a4333c3a6ba9 ("usb: dwc3: Add Qualcomm DWC3 glue driver")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-qcom.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-qcom.c
b/drivers/usb/dwc3/dwc3-qcom.c
index 8abb6f31389d9ed9147e198a8ecc8ae0d218a482..b0e67ab2f98cd09ba54eaabfdab1680e30783e63 100644
(file)
--- a/
drivers/usb/dwc3/dwc3-qcom.c
+++ b/
drivers/usb/dwc3/dwc3-qcom.c
@@
-3,7
+3,6
@@
*
* Inspired by dwc3-of-simple.c
*/
-#define DEBUG
#include <linux/io.h>
#include <linux/of.h>