diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2014-11-21 17:11:49 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-11-21 15:20:17 -0400 |
commit | d3e19567fa85e1a0dab02205b89b2908084ecadd (patch) | |
tree | 2068a12610f7854d2469a26db30bab2a228fc161 /drivers/net/ethernet/qualcomm | |
parent | e60a342bc494228d820dd801e9bfd72fbf829bc4 (diff) | |
download | linux-d3e19567fa85e1a0dab02205b89b2908084ecadd.tar.bz2 |
thermal: Exynos: Deletion of unnecessary checks before two function calls
The functions cpufreq_cooling_unregister() and thermal_zone_device_unregister()
test whether their argument is NULL and then return immediately.
Thus the test around the call is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/net/ethernet/qualcomm')
0 files changed, 0 insertions, 0 deletions