Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
a4a755c4 c1d35284

+1 -2
+1 -2
drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h
··· 42 42 OPP_MASK_SH_LIST_DCN20(mask_sh) 43 43 44 44 #define OPP_DCN201_REG_FIELD_LIST(type) \ 45 - OPP_DCN20_REG_FIELD_LIST(type); 46 - 45 + OPP_DCN20_REG_FIELD_LIST(type) 47 46 struct dcn201_opp_shift { 48 47 OPP_DCN201_REG_FIELD_LIST(uint8_t); 49 48 };