spi: tegra114: use true,false for bool variable
authorzhengbin <zhengbin13@huawei.com>
Tue, 24 Dec 2019 03:52:06 +0000 (11:52 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 25 Dec 2019 18:17:42 +0000 (18:17 +0000)
commit0d9c75481a8e0129f82e0b09a5e36eb1cc76c2b8
tree07c8bf302be17e3c9474d09c29a6ea30d612deeb
parente6a8b2cc514ccacb9e1885dcc7be0a3251ab4843
spi: tegra114: use true,false for bool variable

Fixes coccicheck warning:

drivers/spi/spi-tegra114.c:272:2-17: WARNING: Assignment of 0/1 to bool variable
drivers/spi/spi-tegra114.c:275:2-17: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Link: https://lore.kernel.org/r/1577159526-33689-4-git-send-email-zhengbin13@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tegra114.c