From: Fabio Estevam Date: Wed, 12 Dec 2012 03:24:40 +0000 (-0200) Subject: ASoC: wm8993: Refactor set_pll code to avoid GCC warnings X-Git-Tag: v3.9-rc1~129^2~24^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6757d8cc0c6ff2e61972d84797d358a2f69f2217;p=pandora-kernel.git ASoC: wm8993: Refactor set_pll code to avoid GCC warnings Refactor set_pll code to avoid the following warnings: sound/soc/codecs/wm8983.c:873:40: warning: 'pll_div.k' may be used uninitialized in this function [-Wuninitialized] sound/soc/codecs/wm8983.c:870:9: warning: 'pll_div.n' may be used uninitialized in this function [-Wuninitialized] sound/soc/codecs/wm8983.c:869:23: warning: 'pll_div.div2' may be used uninitialized in this function [-Wuninitialized] Do the same as in commit 86ce6c9a (ASoC: WM8804: Refactor set_pll code to avoid GCC warnings). Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed