Commit 82a72b16 authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/amd/display: Clean up errors in dcn10_dpp_dscl.c



Fix the following errors reported by checkpatch:

ERROR: else should follow close brace '}'

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent dfc0cc68
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -197,8 +197,7 @@ static void dpp1_dscl_set_lb(
			DITHER_EN, 0, /* Dithering enable: Disabled */
			INTERLEAVE_EN, lb_params->interleave_en, /* Interleave source enable */
			LB_DATA_FORMAT__ALPHA_EN, lb_params->alpha_en); /* Alpha enable */
	}
	else {
	} else {
		/* DSCL caps: pixel data processed in float format */
		REG_SET_2(LB_DATA_FORMAT, 0,
			INTERLEAVE_EN, lb_params->interleave_en, /* Interleave source enable */