]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: remove duplicated argument
authorJosé Pekkarinen <jose.pekkarinen@foxhound.fi>
Sun, 29 Oct 2023 09:39:26 +0000 (11:39 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Nov 2023 22:02:38 +0000 (17:02 -0500)
commit36e0d7088555a6a32664635eebe372452027bc6f
tree134a843c25d194a3cb3ad24eee5c738d5564f3c7
parent8140b07b0a69a7e8d5d764237c68af7942c4bfdd
drm/amd/display: remove duplicated argument

Spotted by coccicheck, there is a redundant check for
v->SourcePixelFormat[k] != dm_444_16. This patch will
remove it. The corresponding output follows.

drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c:5130:86-122: duplicated argument to && or ||

Signed-off-by: José Pekkarinen <jose.pekkarinen@foxhound.fi>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c