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:
8f0d816
)
clk: SPEAr: Vco-pll: Fix compilation warning
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 4 Oct 2012 09:49:08 +0000
(15:19 +0530)
committer
Mike Turquette
<mturquette@linaro.org>
Mon, 29 Oct 2012 18:04:34 +0000
(11:04 -0700)
Currently we are getting following warning for SPEAr clk-vco-pll.
"warning: i is used uninitialized in this function."
This is because we are getting value of i by passing its pointer to another
routine.
The variables here are really not used uninitialized.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
No differences found