Applied. Thanks!
On Wed, Feb 25, 2026 at 10:19 PM Yujie Liu <[email protected]> wrote: > > Warning: drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:415 expecting > prototype for smu_msg_proto_v1_send_msg(). Prototype was for > smu_msg_v1_send_msg() instead > > Fixes: 4f379370a49c ("drm/amd/pm: Add smu message control block") > Signed-off-by: Yujie Liu <[email protected]> > --- > drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c > b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c > index 6fd50c2fd20e..c471c0e2cbd1 100644 > --- a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c > +++ b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c > @@ -405,7 +405,7 @@ static int __smu_msg_v1_ras_filter(struct smu_msg_ctl > *ctl, > } > > /** > - * smu_msg_proto_v1_send_msg - Complete V1 protocol with all filtering > + * smu_msg_v1_send_msg - Complete V1 protocol with all filtering > * @ctl: Message control block > * @args: Message arguments > * > -- > 2.43.0 >
