Re: [PATCH] drm/amd/pm: remove unneeded variable

2023-06-15 Thread Alex Deucher
Applied, but please check your mailer. I had to manually fix this up. Alex On Wed, Jun 14, 2023 at 3:21 AM wrote: > > fix the following coccicheck warning: > > drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c:1657:14-18: Unneeded > variable: "size". > > Signed-off-by: Mingtong Bao > --- > dri

[PATCH] drm/amd/pm: remove unneeded variable

2023-06-14 Thread baomingtong001
fix the following coccicheck warning: drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c:1657:14-18: Unneeded variable: "size". Signed-off-by: Mingtong Bao --- drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/