Skip to content
Commit 7d4998f7 authored by Viresh Kumar's avatar Viresh Kumar Committed by Mike Turquette
Browse files

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: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 8f0d8163
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment