drm/amd/display: remove useless else if
authorTian Tao <tiantao6@hisilicon.com>
Mon, 21 Dec 2020 11:16:35 +0000 (19:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Jan 2021 16:34:06 +0000 (11:34 -0500)
commit062ccc240e35706b667dbe8560c1ee49692830a8
tree93c244783fac7436167e610da09d7fd7cdbd08aa
parent540b60f9fc7fd02397dd0734da18cebf534a2630
drm/amd/display: remove useless else if

Fix the following coccinelle report:
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c:1357:6-8:
WARNING: possible condition with no effect (if == else)

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c