]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: remove unneeded semicolon
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 30 Oct 2025 01:56:29 +0000 (09:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 16:52:47 +0000 (11:52 -0500)
No functional modification involved.

./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:7392:3-4: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26821
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index b798154768c85e0eb351df5d9b19985ae15de439..8be4c5a36fd3bc59e43ec9e9ee5df279d977d12a 100644 (file)
@@ -7389,7 +7389,7 @@ int amdgpu_dm_connector_atomic_set_property(struct drm_connector *connector,
                default:
                        dm_new_state->abm_sysfs_forbidden = true;
                        dm_new_state->abm_level = val;
-               };
+               }
                ret = 0;
        }