On Tue, Nov 24, 2020 at 2:45 PM Lee Jones <[email protected]> wrote: > > Fixes the following W=1 kernel build warning(s): > > Cc: Alex Deucher <[email protected]> > Cc: "Christian König" <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]>
Applied. Thanks! Alex > --- > drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c > b/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c > index 46c44f0abdfb8..d3641a8ed99c0 100644 > --- a/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c > +++ b/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c > @@ -170,7 +170,7 @@ static int renoir_init_smc_tables(struct smu_context *smu) > return -ENOMEM; > } > > -/** > +/* > * This interface just for getting uclk ultimate freq and should't introduce > * other likewise function result in overmuch callback. > */ > @@ -656,7 +656,7 @@ static int renoir_get_power(struct smu_context *smu, > uint32_t *value) > return 0; > } > > -/** > +/* > * This interface get dpm clock table for dc > */ > static int renoir_get_dpm_clock_table(struct smu_context *smu, struct > dpm_clocks *clock_table) > -- > 2.25.1 > > _______________________________________________ > dri-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/dri-devel

