cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 3 Feb 2015 18:21:21 +0000 (19:21 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Feb 2015 22:28:37 +0000 (23:28 +0100)
commit17ad13ba842bd5c197e20c17e107788aa0498ba9
tree2617498a9cdf0c818713439744d86fbdf0412c97
parentf7b2706117bc4459cd748352cbe4ae69a41c8ed6
cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation

The cpufreq_cooling_unregister() function tests whether its argument is NULL
and then returns 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>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq-dt.c