[PATCH 1/2] drm/amdgpu: remove unneeded conversions to bool

2016-07-04 Thread Christian König
Am 01.07.2016 um 16:22 schrieb Andrew F. Davis: > Found with scripts/coccinelle/misc/boolconv.cocci. > > Signed-off-by: Andrew F. Davis For both patches Reviewed-by: Christian König . > --- > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 8 > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 4

[PATCH 1/2] drm/amdgpu: remove unneeded conversions to bool

2016-07-01 Thread Andrew F. Davis
Found with scripts/coccinelle/misc/boolconv.cocci. Signed-off-by: Andrew F. Davis --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 8 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 4 ++-- drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 4 ++-- drivers/gpu/drm/amd/amdgpu/vi.c| 14 +++-