Re: [PATCH net] net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup code
From: Roger Quadros
Date: Thu Sep 26 2024 - 08:25:21 EST
On 26/09/2024 12:50, 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>
Reviewed-by: Roger Quadros <rogerq@xxxxxxxxxx>