drm/radeon: use true,false for bool variable in ni.c
authorzhengbin <zhengbin13@huawei.com>
Mon, 23 Dec 2019 09:25:52 +0000 (17:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Dec 2019 20:00:00 +0000 (15:00 -0500)
commitab2c1ea481c8a677808c925f6011fd77f46d6931
tree2c29949111fc1bbd3079a29905516a833e79e90d
parent45b2de2804a8a661f1fce425ac61fa019e825eed
drm/radeon: use true,false for bool variable in ni.c

Fixes coccicheck warning:

drivers/gpu/drm/radeon/ni.c:2020:2-15: WARNING: Assignment of 0/1 to bool variable
drivers/gpu/drm/radeon/ni.c:2088: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/ni.c