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:
748c876
)
cpufreq: cpu0: don't validate clock on clk_put()
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 28 Aug 2014 05:52:25 +0000
(11:22 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 8 Sep 2014 23:44:40 +0000
(
01:44
+0200)
CPU clk is not optional for this driver and probe would fail if it couldn't find
a suitable clock.
And so, while calling clk_put() we don't need to validate clocks.
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found