mmc: owl-mmc: use true and false for bool variables
authorZou Wei <zou_wei@huawei.com>
Mon, 9 Nov 2020 02:25:06 +0000 (10:25 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 16 Nov 2020 11:44:31 +0000 (12:44 +0100)
commit1f71b0bf4ef8992ae7749f917b6593fd902ec476
tree56eeedb8f6f4a1938d912fd8853d8da6f756f3e4
parentc24aa7b160f558c5ca4f05168dfab021987601c9
mmc: owl-mmc: use true and false for bool variables

Fix coccicheck warnings:

./owl-mmc.c:524:2-18: WARNING: Assignment of 0/1 to bool variable
./owl-mmc.c:528:2-18: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1604888706-63429-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/owl-mmc.c