]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: remove redundant null pointer check before kfree
authorzhong jiang <zhongjiang@huawei.com>
Fri, 21 Sep 2018 13:12:11 +0000 (21:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Sep 2018 02:09:12 +0000 (21:09 -0500)
commit2faec55c4d972a87a420301ec9e4556c79ee8b54
tree5b90fa9b5cb0dca9017c3e4ed054cd9acb2bcd71
parent505f8dbb6a58873559ae38f2320f9bea4f3ab825
drm/amd/display: remove redundant null pointer check before kfree

kfree has taken the null pointer into account. hence it is safe
to remove the redundant null pointer check before kfree.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/stats/stats.c