diff options
author | Melissa Wen <[email protected]> | 2023-02-14 11:14:01 -0100 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-02-15 22:20:27 -0500 |
commit | f52231c4a8ae9b3154626c165d6127cf608ec0a3 (patch) | |
tree | 26a220109bd143e4ba7e257eeb4f702d1ee07f7f | |
parent | dc907c9db8f71e3ba5faad6038f089a70d18e71f (diff) |
drm/amd/display: ident braces in dcn30_acquire_post_bldn_3dlut correctly
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Melissa Wen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c index 9353581d8b17..b5b5320c7bef 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c @@ -1477,8 +1477,8 @@ bool dcn30_acquire_post_bldn_3dlut( state->bits.mpc_rmu2_mux = mpcc_id; ret = true; break; - } } + } return ret; } |