]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ae91ce458de9950e421ea9f36ffb31c68305aa9
tree6612679f2774edf98090ce017d334b7f9bfb9eb9
parent709584fe3875f7de1739b24a50755cbedffe9a2e
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