[Intel-wired-lan] [PATCH] i40e: Remove unneeded conversion to bool

David Miller davem at davemloft.net
Tue Apr 21 22:45:55 UTC 2020


From: Jason Yan <yanaijie at huawei.com>
Date: Mon, 20 Apr 2020 20:34:48 +0800

> The '==' expression itself is bool, no need to convert it to bool again.
> This fixes the following coccicheck warning:
> 
> drivers/net/ethernet/intel/i40e/i40e_main.c:1614:52-57: WARNING:
> conversion to bool not needed here
> drivers/net/ethernet/intel/i40e/i40e_main.c:11439:52-57: WARNING:
> conversion to bool not needed here
> 
> Signed-off-by: Jason Yan <yanaijie at huawei.com>

Applied to net-next.


More information about the Intel-wired-lan mailing list