From: Douglas Anderson Date: Fri, 25 May 2018 22:07:48 +0000 (-0700) Subject: usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3bea1cfcff113070655c379cec6d1dde0529bd31;p=linux.git usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c index 8abb6f31389d9..b0e67ab2f98cd 100644 --- 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 #include