1
0
Fork 0
alistair23-linux/drivers/clk/spear
Viresh Kumar 7d4998f71b clk: SPEAr: Vco-pll: Fix compilation warning
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>
2012-10-29 11:04:34 -07:00
..
Makefile SPEAr13xx: Add common clock framework support 2012-05-14 17:34:05 +02:00
clk-aux-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-frac-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-gpt-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-vco-pll.c clk: SPEAr: Vco-pll: Fix compilation warning 2012-10-29 11:04:34 -07:00
clk.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk.h Viresh has moved 2012-06-20 14:39:36 -07:00
spear3xx_clock.c Clk:spear3xx:Fix: Rename clk ids within predefined limit 2012-07-18 10:04:39 +05:30
spear6xx_clock.c Clk:spear6xx:Fix: Rename clk ids within predefined limit 2012-07-18 10:04:42 +05:30
spear1310_clock.c clk:spear1310:Fix: Rename clk ids within predefined limit 2012-07-18 10:04:36 +05:30
spear1340_clock.c Clk: SPEAr1340: Update sys clock parent array 2012-07-18 10:04:53 +05:30