drm/amd/display: use true, false for bool variable in dc_link_ddc.c
authorzhengbin <zhengbin13@huawei.com>
Tue, 24 Dec 2019 03:27:36 +0000 (11:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2020 16:56:20 +0000 (11:56 -0500)
commit41ff5e81ffa0e8c40046a4c69563e4408978c690
tree6612679f2774edf98090ce017d334b7f9bfb9eb9
parente1ab862d89265ea43b3274503798f4437d10e2c2
drm/amd/display: use true, false for bool variable in dc_link_ddc.c

Fixes coccicheck warning:

drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c:593:6-9: 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/amd/display/dc/core/dc_link_ddc.c