From: Harry Wentland <harry.wentl...@amd.com>

Previous code threw a warning about misleading indentation

Signed-off-by: Harry Wentland <harry.wentl...@amd.com>
Reviewed-by: Mikita Lipski <mikita.lip...@amd.com>
Acked-by: Harry Wentland <harry.wentl...@amd.com>
Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
---
 drivers/gpu/drm/amd/display/dc/core/dc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c 
b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 26c0dade7982..5b3ca80d9401 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -910,9 +910,10 @@ static enum dc_status dc_commit_state_no_check(struct dc 
*dc, struct dc_state *c
        }
        result = dc->hwss.apply_ctx_to_hw(dc, context);
 
-       if (context->stream_count > 1)
+       if (context->stream_count > 1) {
                enable_timing_multisync(dc, context);
                program_timing_sync(dc, context);
+       }
 
        dc_enable_stereo(dc, context, dc_streams, context->stream_count);
 
-- 
2.14.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to