27 Sep
2018
27 Sep
'18
11:12 a.m.
On Wed, Sep 26, 2018 at 09:37:40PM +0200, Arnd Bergmann wrote:
The 'ret' variable is now only used in an #ifdef, and causes a warning if it is declared outside of that block:
sound/soc/codecs/wm9712.c: In function 'wm9712_soc_probe': sound/soc/codecs/wm9712.c:641:6: error: unused variable 'ret' [-Werror=unused-variable]
Fixes: 2ed1a8e0ce8d ("ASoC: wm9712: add ac97 new bus support") Signed-off-by: Arnd Bergmann arnd@arndb.de
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles