Re: [PATCH net] net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup code

From: Dan Carpenter
Date: Thu Sep 26 2024 - 16:14:26 EST


On Thu, Sep 26, 2024 at 04:51:39PM +0100, Simon Horman wrote:
> On Thu, Sep 26, 2024 at 12:50:45PM +0300, Dan Carpenter wrote:
> > This error handling has a typo. It should i++ instead of i--. In the
> > original code the error handling will loop until it crashes.
> >
> > Fixes: da70d184a8c3 ("net: ethernet: ti: am65-cpsw: Introduce multi queue Rx")
> > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
>
> Hi Dan,
>
> Unfortunately this patch didn't apply cleanly to net
> which throws our CI off. So, unfortunately, I think it needs to
> be rebased and reposted (after the 24h grace period).

It's not a matter of rebasing... I guess I accidentally deleted a space
character at the start of the first line of the diff? Weird.

Anyway, I'll resend.

regards,
dan carpenter