Re: [PATCH v11 13/14] usb: gadget: udc: adapt to OTG core

From: Roger Quadros
Date: Mon Jun 13 2016 - 04:06:49 EST


On 13/06/16 10:56, Peter Chen wrote:
> On Mon, Jun 13, 2016 at 10:55:12AM +0300, Roger Quadros wrote:
>> err1:
>> - if (ret != -EISNAM)
>> + if ((ret != -EISNAM))
>
> Since you do not need above change.

Ah :P, will fix it.
>
> Expect above, I am ok with this patch.
>
> Acked-by: Peter Chen <peter.chen@xxxxxxx>

Thanks for the patient review of this entire series :).

cheers,
-roger