Re: [PATCH 2/3] usb: dwc2: host: do not delay retries after successful transfer

From: Doug Anderson
Date: Fri Jun 15 2018 - 19:50:08 EST


Hi,

On Fri, Jun 15, 2018 at 3:01 PM, Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> wrote:
> When handling split transactions we should not be delaying retrying
> SSPLIT/CSPLIT after we successfully communicate with the device, so
> let's reset dtd->num_naks counter when handling XFERCOMPL.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---
> drivers/usb/dwc2/hcd_intr.c | 1 +
> 1 file changed, 1 insertion(+)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>