On 2022-10-06 11:32, Alex Deucher wrote: > Fixes a warning in dc.c. > > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> Harry > --- > drivers/gpu/drm/amd/display/dc/core/dc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c > index 40a34b600c8e..96bba1c8246f 100644 > --- a/drivers/gpu/drm/amd/display/dc/core/dc.c > +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c > @@ -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)