2019-12-24 14:09:20

by Zheng Bin

[permalink] [raw]
Subject: [PATCH -next 3/6] ath9k: use true,false for bool variable

Fixes coccicheck warning:

drivers/net/wireless/ath/ath9k/ar9003_aic.c:409:2-12: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: zhengbin <[email protected]>
---
drivers/net/wireless/ath/ath9k/ar9003_aic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath9k/ar9003_aic.c b/drivers/net/wireless/ath/ath9k/ar9003_aic.c
index 547cd46..d0f1e8b 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_aic.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_aic.c
@@ -406,7 +406,7 @@ static bool ar9003_aic_cal_post_process(struct ath_hw *ah)
sram.com_att_6db =
ar9003_aic_find_index(1, fixed_com_att_db);

- sram.valid = 1;
+ sram.valid = true;

sram.rot_dir_att_db =
min(max(rot_dir_path_att_db,
--
2.7.4


2020-01-26 10:20:22

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH -next 3/6] ath9k: use true,false for bool variable

zhengbin <[email protected]> wrote:

> Fixes coccicheck warning:
>
> drivers/net/wireless/ath/ath9k/ar9003_aic.c:409:2-12: WARNING: Assignment of 0/1 to bool variable
>
> Reported-by: Hulk Robot <[email protected]>
> Signed-off-by: zhengbin <[email protected]>
> Signed-off-by: Kalle Valo <[email protected]>

2 patches applied to ath-next branch of ath.git, thanks.

d27c768f3b61 ath9k: use true,false for bool variable
f89ee9927a49 wil6210: use true,false for bool variable

--
https://patchwork.kernel.org/patch/11309359/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches