Re: [PATCH net-next] qlcnic: use true,false for bool variable in qlcnic_sriov_common.c

From: David Miller
Date: Tue May 05 2020 - 14:39:57 EST


From: Jason Yan <yanaijie@xxxxxxxxxx>
Date: Tue, 5 May 2020 15:43:49 +0800

> Fix the following coccicheck warning:
>
> drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c:1585:3-25:
> WARNING: Assignment of 0/1 to bool variable
> drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c:1588:3-25:
> WARNING: Assignment of 0/1 to bool variable
>
> Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx>

Applied.