From: Viresh Kumar Date: Thu, 4 Oct 2012 09:49:08 +0000 (+0530) Subject: clk: SPEAr: Vco-pll: Fix compilation warning X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~93^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4998f71b292ea8e88d1874b26866092f66412b;p=pandora-kernel.git 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 Signed-off-by: Mike Turquette --- Reading git-diff-tree failed