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:
15c03dd
)
cpufreq: SPEAr: Fix incorrect variable type
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 26 Sep 2013 05:26:42 +0000
(10:56 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 30 Sep 2013 18:05:43 +0000
(20:05 +0200)
'clk_round_rate' returns a negative error code upon failure. This
will never get detected by unsigned 'newfreq'. Make it signed.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found