mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
usb: gadget: lpc32xx_udc: Disable setup request error
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>
This commit is contained in:
parent
4cd2f59987
commit
0696f92970
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user