drm/amd/amdgpu: fix comparison pointer to bool warning in sdma_v5_0.c
authorZheng Bin <zhengbin13@huawei.com>
Wed, 9 Sep 2020 13:07:15 +0000 (21:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Sep 2020 21:52:43 +0000 (17:52 -0400)
commit960a06ff9151ab8f27108939ff803538f0612b34
tree6b150eacfa53231dfc1d3c2abd24ccae0b4039e5
parent89cf8b06378ff930fece568d0f18dd2f719694f9
drm/amd/amdgpu: fix comparison pointer to bool warning in sdma_v5_0.c

Fixes coccicheck warning:

drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:619:5-11: WARNING: Comparison to bool

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c