commit | 8188b154f95014dae4d19892fefb202c8df3f885 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Fri Sep 21 21:18:43 2018 +0800 |
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | Tue Oct 02 10:16:41 2018 +0900 |
tree | 55c96d8c5b4017b62a4102de010039406411b969 | |
parent | 2f061fd0c2d852e32e03a903fccd810663c5c31e [diff] |
PM / devfreq: 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> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>