ath9k: use true,false for bool variable
authorzhengbin <zhengbin13@huawei.com>
Tue, 24 Dec 2019 14:16:03 +0000 (22:16 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 26 Jan 2020 10:19:02 +0000 (12:19 +0200)
commitd27c768f3b617a5a94844e58b18f773d2e40f41c
treec3ce03cc2e8b4a0ed284dc2a5b918a78d5a94983
parente07c5f2e4e911d933c8daa3c6f6be063ee0e5c2d
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 <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/ar9003_aic.c