From: Paul Walmsley Date: Sun, 21 Aug 2011 06:28:56 +0000 (-0600) Subject: OMAP4: clock: fix compile warning X-Git-Tag: v3.1-rc6~2^2~2^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450a37d2eca6ddf6ea8186f57a7531318df6e796;p=pandora-kernel.git OMAP4: clock: fix compile warning Fix the following compile warning: arch/arm/mach-omap2/clock44xx_data.c: In function 'omap4xxx_clk_init': arch/arm/mach-omap2/clock44xx_data.c:3371:6: warning: 'cpu_clkflg' may be used uninitialized in this function The approach taken here is intended to work if omap4xxx_clk_init() is converted into an initcall. Thanks to Bjarne Steinsbo for proposing another approach. Signed-off-by: Paul Walmsley Cc: Bjarne Steinsbo --- Reading git-diff-tree failed