On 12/09/12 22:33, Alexandre Pereira da Silva wrote:
> This message is an debugging message. It's useful for finding protocol
> details but it's not necessarily an error.
> 
> Signed-off-by: Alexandre Pereira da Silva <aletes....@gmail.com>

Acked-by: Roland Stigge <sti...@antcom.de>

Yes, the Kevin Wells at NXP confirmed this some time ago. Thanks!

> ---
>  drivers/usb/gadget/lpc32xx_udc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/gadget/lpc32xx_udc.c 
> b/drivers/usb/gadget/lpc32xx_udc.c
> index 21a9861..d1cf1f4 100644
> --- 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;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to