mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 12:56:54 +07:00
cw1200: use true,false for bool variable
Fixes coccicheck warning: drivers/net/wireless/st/cw1200/txrx.c:718:6-16: 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>
This commit is contained in:
parent
891984bccf
commit
ab36bb72d0
@ -715,7 +715,7 @@ void cw1200_tx(struct ieee80211_hw *dev,
|
||||
};
|
||||
struct ieee80211_sta *sta;
|
||||
struct wsm_tx *wsm;
|
||||
bool tid_update = 0;
|
||||
bool tid_update = false;
|
||||
u8 flags = 0;
|
||||
int ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user