]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ath11k: use true,false for bool variables
authorJason Yan <yanaijie@huawei.com>
Mon, 4 May 2020 11:33:36 +0000 (19:33 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 5 May 2020 07:37:22 +0000 (10:37 +0300)
commitb7b527b9c7c8d50737f45167d2d3399c7278d9e9
tree3a0f36f1b1928dc5955b605734d134f9b594384e
parent1423f43273319d53474c70f8f775c8c05e8b690e
ath11k: use true,false for bool variables

Fix the following coccicheck warning:

drivers/net/wireless/ath/ath11k/dp_rx.c:2964:1-39: WARNING: Assignment
of 0/1 to bool variable
drivers/net/wireless/ath/ath11k/dp_rx.c:2965:1-38: WARNING: Assignment
of 0/1 to bool variable

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200504113336.41249-1-yanaijie@huawei.com
drivers/net/wireless/ath/ath11k/dp_rx.c