drm/amd/display: Drop unnecessary semicolon
authorRodrigo Siqueira <rodrigo.siqueira@amd.com>
Mon, 8 Apr 2024 14:27:36 +0000 (08:27 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Apr 2024 13:45:17 +0000 (09:45 -0400)
Drop unnecessary semicolon that can create a problem of double semicolon
in some compilers.

Reviewed-by: Martin Leung <martin.leung@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h

index aca389ec17794f76c605bab775ed67df6bbf6a2b..edb7f9653cb6b22d11a8b37705763c5ee9263ac0 100644 (file)
@@ -42,8 +42,7 @@
        OPP_MASK_SH_LIST_DCN20(mask_sh)
 
 #define OPP_DCN201_REG_FIELD_LIST(type) \
-       OPP_DCN20_REG_FIELD_LIST(type);
-
+       OPP_DCN20_REG_FIELD_LIST(type)
 struct dcn201_opp_shift {
        OPP_DCN201_REG_FIELD_LIST(uint8_t);
 };