OSDN Git Service

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

Fixes coccicheck warning:

drivers/gpu/drm/amd/amdgpu/si.c:1342:5-10: 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/si.c