]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
drm/amdgpu/gmc8: remove dead code (v2)
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 21 Aug 2016 18:10:41 +0000 (20:10 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Aug 2016 17:48:04 +0000 (13:48 -0400)
commit887656f0b7da0fdbb22740907c53cbc4aefee0ef
tree0a12aea8f8b51bccf0aa175598f3a35688af868e
parent5c0eb98e484067c3492352bb7f504653302cf5f2
drm/amdgpu/gmc8: remove dead code (v2)

In an if block for (running == 0) running cannot be non-zero.

v2: agd: remove unused variable

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c