summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Siqueira <rodrigo.siqueira@amd.com>2024-04-08 08:27:36 -0600
committerAlex Deucher <alexander.deucher@amd.com>2024-04-30 09:45:17 -0400
commita4a755c422242c27cb0f7900ac00cf33ac17b1ce (patch)
tree17c081dca74c9e66c5777c271c4e8227b3da07e7
parentc1d35284e68482fc74beb92e57813e8eb0701813 (diff)
downloadlinux-stable-a4a755c422242c27cb0f7900ac00cf33ac17b1ce.tar.gz
linux-stable-a4a755c422242c27cb0f7900ac00cf33ac17b1ce.tar.bz2
linux-stable-a4a755c422242c27cb0f7900ac00cf33ac17b1ce.zip
drm/amd/display: Drop unnecessary semicolon
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>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h b/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h
index aca389ec1779..edb7f9653cb6 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h
+++ b/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h
@@ -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);
};