]> asedeno.scripts.mit.edu Git - linux.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)
commit45b2de2804a8a661f1fce425ac61fa019e825eed
treece33ebca0c0eb062ee98517af4c365384d40e9da
parent1f6e717c219ad3a584c5e13ba31e89240862679d
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