projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd2f59
)
usb: gadget: lpc32xx_udc: Disable setup request error
author
Alexandre Pereira da Silva
<aletes.xgr@gmail.com>
Mon, 15 Oct 2012 12:47:36 +0000
(09:47 -0300)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 16 Oct 2012 10:10:02 +0000
(13:10 +0300)
This message is an debugging message. It's useful for finding protocol
details but it's not necessarily an error.
Acked-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/lpc32xx_udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/lpc32xx_udc.c
b/drivers/usb/gadget/lpc32xx_udc.c
index f696fb9b136ded4b8c32ba8b360ef2550551f73d..ba18b479d9f98e6a011a20af45e00ac79b116e96 100644
(file)
--- a/
drivers/usb/gadget/lpc32xx_udc.c
+++ b/
drivers/usb/gadget/lpc32xx_udc.c
@@
-2399,7
+2399,7
@@
static void udc_handle_ep0_setup(struct lpc32xx_udc *udc)
if (i < 0) {
/* setup processing failed, force stall */
- dev_
err
(udc->dev,
+ dev_
dbg
(udc->dev,
"req %02x.%02x protocol STALL; stat %d\n",
reqtype, req, i);
udc->ep0state = WAIT_FOR_SETUP;