Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0696f929 authored by Alexandre Pereira da Silva's avatar Alexandre Pereira da Silva Committed by Felipe Balbi
Browse files

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: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarAlexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 4cd2f599
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;