Re: [PATCH v3 2/4] staging: greybus: loopback: Fix iteration count on async path

From: Johan Hovold
Date: Mon Nov 06 2017 - 04:18:39 EST


On Mon, Nov 06, 2017 at 01:32:20AM +0000, Bryan O'Donoghue wrote:
> Commit 12927835d211 ("greybus: loopback: Add asynchronous bi-directional
> support") does what it says on the tin - namely, adds support for
> asynchronous bi-directional loopback operations.
>
> What it neglects to do though is increment the per-connection
> gb->iteration_count on an asynchronous operation error. This patch fixes
> that omission.
>
> Fixes: 12927835d211 ("greybus: loopback: Add asynchronous bi-directional support")
>
> Signed-off-by: Bryan O'Donoghue <pure.logic@xxxxxxxxxxxxxxxxx>
> Reported-by: Mitch Tasman <tasman@xxxxxxxxxxxx>

Reviewed-by: Johan Hovold <johan@xxxxxxxxxx>