Re: [PATCH] drm/amd/display: remove variable active_disp

2021-06-03 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Jun 3, 2021 at 8:42 AM Colin King wrote: > > From: Colin Ian King > > The variable active_disp is being initialized with a value that > is never read, it is being re-assigned immediately afterwards. > Clean up the code by removing the need for variable active_disp

[PATCH] drm/amd/display: remove variable active_disp

2021-06-03 Thread Colin King
From: Colin Ian King The variable active_disp is being initialized with a value that is never read, it is being re-assigned immediately afterwards. Clean up the code by removing the need for variable active_disp. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/gp