commit | 724dc53b922c98aced93d42d90ffd66a628069af | [log] [tgz] |
---|---|---|
author | Zheng Bin <zhengbin13@huawei.com> | Wed Sep 09 21:07:20 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 15 17:52:43 2020 -0400 |
tree | 78a1486ed4e1aeb0ea40745e2d508a433b161cc3 | |
parent | 8f00d1fc9d305add493e6bd379a4b05c284b11e9 [diff] |
drm/amd/amdgpu: fix comparison pointer to bool warning in sdma_v4_0.c Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1003:4-9: WARNING: Comparison to bool drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1083: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>