Re: [PATCH] e1000: remove unneeded conversion to bool

From: David Miller
Date: Tue Apr 21 2020 - 18:46:05 EST


From: Jason Yan <yanaijie@xxxxxxxxxx>
Date: Mon, 20 Apr 2020 20:35:06 +0800

> The '==' expression itself is bool, no need to convert it to bool again.
> This fixes the following coccicheck warning:
>
> drivers/net/ethernet/intel/e1000/e1000_main.c:1479:44-49: WARNING:
> conversion to bool not needed here
>
> Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx>

Applied to net-next.