]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Remove unused state param from enable_link_analog
authorAlex Hung <alex.hung@amd.com>
Thu, 16 Apr 2026 18:47:13 +0000 (12:47 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 May 2026 13:56:52 +0000 (09:56 -0400)
commitb89c03d2c60dadf0bdbe2cc938629b5045cb69cc
treef5bb851928a357daa645e148023e21c490f86378
parent12f58a6caad3be54d7788b338b3f57d7c17bbef7
drm/amd/display: Remove unused state param from enable_link_analog

[WHY & HOW]
The 'state' parameter in enable_link_analog() is never used
within the function body. Remove it from the function.

Reviewed-by: Roman Li <roman.li@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: James Lin <pinglei.lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_dpms.c