drm/amd/display: use true, false for bool variable in dcn10_hw_sequencer.c
authorzhengbin <zhengbin13@huawei.com>
Tue, 24 Dec 2019 03:27:37 +0000 (11:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2020 16:56:23 +0000 (11:56 -0500)
commit0ee600a7ec3572ac2ed3f43887dc79113eb44f17
treeb500926ab450b48a0bc951a33190a6f20535fdea
parent41ff5e81ffa0e8c40046a4c69563e4408978c690
drm/amd/display: use true, false for bool variable in dcn10_hw_sequencer.c

Fixes coccicheck warning:

drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c:482:6-14: WARNING: Assignment of 0/1 to bool variable
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c:485:2-10: 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/dcn10/dcn10_hw_sequencer.c