Re: [PATCH v2 3/3] drm/amd/display: Remove unused local variables and function

2023-02-23 Thread Alex Deucher
Applied. Thanks. On Fri, Feb 17, 2023 at 1:15 PM Arthur Grillo wrote: > > Remove a couple of local variables that are only set but never used, > also remove an static utility function that is never used in consequence > of the variable removal. > > This decrease the number of

[PATCH v2 3/3] drm/amd/display: Remove unused local variables and function

2023-02-17 Thread Arthur Grillo
Remove a couple of local variables that are only set but never used, also remove an static utility function that is never used in consequence of the variable removal. This decrease the number of -Wunused-but-set-variable warnings. Signed-off-by: Arthur Grillo ---