]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: use true,false for bool variable in cik.c
authorzhengbin <zhengbin13@huawei.com>
Mon, 23 Dec 2019 09:25:51 +0000 (17:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Dec 2019 20:00:00 +0000 (15:00 -0500)
commit3853b5b818c1aeabb4eb3192b69a24b7c2501a61
treece33ebca0c0eb062ee98517af4c365384d40e9da
parent748197d8c2dd4bee1a57932668efc23be20f16bc
drm/radeon: use true,false for bool variable in cik.c

Fixes coccicheck warning:

drivers/gpu/drm/radeon/cik.c:8140:2-15: WARNING: Assignment of 0/1 to bool variable
drivers/gpu/drm/radeon/cik.c:8212:2-15: 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: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/cik.c