Re: [PATCH net-next] vmxnet3: Remove always false conditional statement

From: David Miller
Date: Wed Jan 08 2020 - 19:07:37 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Wed, 8 Jan 2020 22:08:22 +0800

> From: yuehaibing <yuehaibing@xxxxxxxxxx>
>
> param->rx_mini_pending is __u32 variable, it will never
> be less than zero.
>
> Signed-off-by: yuehaibing <yuehaibing@xxxxxxxxxx>

Applied, thanks.