drm/amd/display: fix indentation in dc.c
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Oct 2022 15:31:25 +0000 (11:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Oct 2022 15:32:44 +0000 (11:32 -0400)
Fixes a warning in dc.c.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c

index 660316a..997ab03 100644 (file)
@@ -3526,9 +3526,9 @@ static void commit_planes_for_stream(struct dc *dc,
 
        if (update_type != UPDATE_TYPE_FAST)
                dc->hwss.post_unlock_program_front_end(dc, context);
-               if (update_type != UPDATE_TYPE_FAST)
-                       if (dc->hwss.commit_subvp_config)
-                               dc->hwss.commit_subvp_config(dc, context);
+       if (update_type != UPDATE_TYPE_FAST)
+               if (dc->hwss.commit_subvp_config)
+                       dc->hwss.commit_subvp_config(dc, context);
 
        if (update_type != UPDATE_TYPE_FAST)
                if (dc->hwss.commit_subvp_config)