On Tue, Nov 24, 2020 at 2:45 PM Lee Jones <lee.jo...@linaro.org> wrote: > > Fixes the following W=1 kernel build warning(s): > > Cc: Alex Deucher <alexander.deuc...@amd.com> > Cc: "Christian König" <christian.koe...@amd.com> > Cc: David Airlie <airl...@linux.ie> > Cc: Daniel Vetter <dan...@ffwll.ch> > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones <lee.jo...@linaro.org>
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 > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel