mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/amd/display: Clean up errors in dce110_hw_sequencer.c
Fix the following errors reported by checkpatch:
ERROR: space required before the open brace '{'
Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e0b1fe5b31
commit
e822d83921
|
|
@ -219,7 +219,7 @@ static bool dce110_enable_display_power_gating(
|
|||
if (controller_id == underlay_idx)
|
||||
controller_id = CONTROLLER_ID_UNDERLAY0 - 1;
|
||||
|
||||
if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0){
|
||||
if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) {
|
||||
|
||||
bp_result = dcb->funcs->enable_disp_power_gating(
|
||||
dcb, controller_id + 1, cntl);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user