]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: use true,false for bool variable
authorzhengbin <zhengbin13@huawei.com>
Tue, 24 Dec 2019 14:16:04 +0000 (22:16 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 26 Jan 2020 10:25:39 +0000 (12:25 +0200)
commitb7139bee20ac2af133f1811ff766d4c6a22eb1e5
tree2054a1613eec73d783650d03cd37b4f23db699f7
parent05a5090cfa7fd2adf7371665d0164f863bb98ef7
ath10k: use true,false for bool variable

Fixes coccicheck warning:

drivers/net/wireless/ath/ath10k/htt_rx.c:2143:2-31: 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/ath10k/htt_rx.c