Re: [PATCH] gpu: drm: amd: amdgpu: remove dead code

2017-05-09 Thread Alex Deucher
On Mon, May 8, 2017 at 1:01 PM, Gustavo A. R. Silva wrote: > Local variable use_doorbell is assigned to a constant value and it is never > updated again. Remove this variable and the dead code it guards. > > Addresses-Coverity-ID: 1401828 > Signed-off-by: Gustavo A. R.

Re: [PATCH] gpu: drm: amd: amdgpu: remove dead code

2017-05-09 Thread Christian König
Am 08.05.2017 um 18:41 schrieb Gustavo A. R. Silva: Local variable use_doorbell is assigned to a constant value and it is never updated again. Remove this variable and the dead code it guards. Addresses-Coverity-ID: 1401837 Signed-off-by: Gustavo A. R. Silva

[PATCH] gpu: drm: amd: amdgpu: remove dead code

2017-05-08 Thread Gustavo A. R. Silva
Local variable use_doorbell is assigned to a constant value and it is never updated again. Remove this variable and the dead code it guards. Addresses-Coverity-ID: 1401828 Signed-off-by: Gustavo A. R. Silva --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 53