Re: [PATCH v4] remoteproc: stm32: fix probe error case

From: Bjorn Andersson
Date: Mon Nov 18 2019 - 23:39:17 EST


On Fri 15 Nov 02:03 PST 2019, Fabien Dessenne wrote:
> +
> + return 0;
> +
> +err_probe:
> + for (j = i - 1; j >= 0; j--)

It's idiomatic to just use 'i' itself here. But I applied this as is,
with Mathieu's t-b.

Thanks,
Bjorn