Re: [PATCH 0/7] various '-Wunused-but-set-variable' gcc warning fixes

2019-11-13 Thread Alex Deucher
Applied the series, although a couple of the patches were already applied from a previous patch set. Thanks, Alex On Wed, Nov 13, 2019 at 9:12 AM yu kuai wrote: > > This patch set fixes various unrelated gcc '-Wunused-but-set-variable' > warnings. > > yu kuai (7): > drm/amdgpu: remove set but

[PATCH 0/7] various '-Wunused-but-set-variable' gcc warning fixes

2019-11-13 Thread yu kuai
This patch set fixes various unrelated gcc '-Wunused-but-set-variable' warnings. yu kuai (7): drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0.c' and 'gfx_v7_0.c' drm/amdgpu: remove set but not used variable 'amdgpu_connector' drm/amdgpu: remove set but not u