|
@@ -2399,7 +2399,7 @@ static void udc_handle_ep0_setup(struct lpc32xx_udc *udc)
|
|
|
|
|
|
|
|
if (i < 0) {
|
|
if (i < 0) {
|
|
|
/* setup processing failed, force stall */
|
|
/* setup processing failed, force stall */
|
|
|
- dev_err(udc->dev,
|
|
|
|
|
|
|
+ dev_dbg(udc->dev,
|
|
|
"req %02x.%02x protocol STALL; stat %d\n",
|
|
"req %02x.%02x protocol STALL; stat %d\n",
|
|
|
reqtype, req, i);
|
|
reqtype, req, i);
|
|
|
udc->ep0state = WAIT_FOR_SETUP;
|
|
udc->ep0state = WAIT_FOR_SETUP;
|