瀏覽代碼

drm/amd/display: Fix warning about misaligned code

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Harry Wentland 7 年之前
父節點
當前提交
f3b72c7b00
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/gpu/drm/amd/display/dc/core/dc_link.c

+ 2 - 2
drivers/gpu/drm/amd/display/dc/core/dc_link.c

@@ -2316,8 +2316,8 @@ void core_link_enable_stream(
 	if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST)
 	if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST)
 		allocate_mst_payload(pipe_ctx);
 		allocate_mst_payload(pipe_ctx);
 
 
-		core_dc->hwss.unblank_stream(pipe_ctx,
-			&pipe_ctx->stream->sink->link->cur_link_settings);
+	core_dc->hwss.unblank_stream(pipe_ctx,
+		&pipe_ctx->stream->sink->link->cur_link_settings);
 }
 }
 
 
 void core_link_disable_stream(struct pipe_ctx *pipe_ctx, int option)
 void core_link_disable_stream(struct pipe_ctx *pipe_ctx, int option)