Re: [PATCH net-next 1/1] net: stmmac: Remove redundant checking for rx_coalesce_usecs

From: Simon Horman
Date: Tue May 23 2023 - 07:04:27 EST


On Tue, May 23, 2023 at 02:19:52AM -0400, Gan Yi Fang wrote:
> The datatype of rx_coalesce_usecs is u32, always larger or equal to zero.
> Previous checking does not include value 0, this patch removes the
> checking to handle the value 0.
>
> Signed-off-by: Gan Yi Fang <yi.fang.gan@xxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>