Re: [PATCH] drm/amd/pm: Clean up errors in smu8_smumgr.h

2023-08-07 Thread Alex Deucher
Need to be careful with these changes to make sure we aren't changing the size calculations somewhere. Alex On Tue, Aug 1, 2023 at 10:03 PM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: Use C99 flexible arrays > > Signed-off-by: Ran Sun > --- >

[PATCH] drm/amd/pm: Clean up errors in smu8_smumgr.h

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: Use C99 flexible arrays Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.h