git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09347b2
)
cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()
author
Viresh Kumar
<viresh.kumar@linaro.org>
Fri, 2 Jan 2015 07:04:25 +0000
(12:34 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Fri, 23 Jan 2015 21:49:33 +0000
(22:49 +0100)
There are two 'if' blocks here, checking for !cpufreq_driver->setpolicy and
has_target(). Both are actually doing the same thing, merge them.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found