OSDN Git Service

drm/amdgpu: remove the redundant null checks
authorzhong jiang <zhongjiang@huawei.com>
Tue, 3 Sep 2019 06:15:05 +0000 (14:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Sep 2019 15:42:56 +0000 (10:42 -0500)
commit2032324682c1ca563e33c56e51d9ae17a2b38105
treef314a84b54b7f0fb7ef902e5a0f048d90c9acabd
parent72496eb11734ed7a8420af91f737025dab583af1
drm/amdgpu: remove the redundant null checks

debugfs_remove and kfree has taken the null check in account.
hence it is unnecessary to check it. Just remove the condition.
No functional change.

This issue was detected by using the Coccinelle software.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c