]> 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:31 +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/dc/resource/dcn401/dcn401_resource.c:1674: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/dc/resource/dcn401/dcn401_resource.c

index 130058d7a70cdc46ec5efa5308e26989a70427d7..875ae97489d324aee8afe46370ab90bee65ffbbb 100644 (file)
@@ -1671,7 +1671,7 @@ enum dc_status dcn401_validate_bandwidth(struct dc *dc,
                                dc_state_set_stream_cursor_subvp_limit(stream, context, true);
                                status = DC_FAIL_HW_CURSOR_SUPPORT;
                        }
-               };
+               }
        }
 
        if (validate_mode == DC_VALIDATE_MODE_AND_PROGRAMMING && status == DC_FAIL_HW_CURSOR_SUPPORT) {