drm/amd/display: ident braces in dcn30_acquire_post_bldn_3dlut correctly
authorMelissa Wen <mwen@igalia.com>
Tue, 14 Feb 2023 12:14:01 +0000 (11:14 -0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Feb 2023 03:20:27 +0000 (22:20 -0500)
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c

index 9353581..b5b5320 100644 (file)
@@ -1477,8 +1477,8 @@ bool dcn30_acquire_post_bldn_3dlut(
                                state->bits.mpc_rmu2_mux = mpcc_id;
                        ret = true;
                        break;
-                       }
                }
+       }
        return ret;
 }