]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Move CONNECTOR_ID_PCIE into switch/case
authorMario Limonciello (AMD) <superm1@kernel.org>
Fri, 24 Oct 2025 15:07:40 +0000 (10:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:37 +0000 (13:56 -0500)
commita3bba93360d7348a420180298827c8f4f9296b3e
tree72dc179ab73d6ddbec8d00d3ce916348b878096d
parent4191fa9046b85f31e6803aa4e31758414010cf7c
drm/amd/display: Move CONNECTOR_ID_PCIE into switch/case

[WHY]
There is already a switch/case looking at link->link_id.id.

[How]
Move the case of `CONNECTOR_ID_PCIE` into switch case.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_detection.c