mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
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: Ran Sun <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
dfc0cc6828
commit
82a72b1606
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user