linux-next: build warning after merge of the sound-asoc tree
From: Stephen Rothwell
Date: Mon Feb 12 2018 - 20:51:34 EST
Hi all,
After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
sound/soc/codecs/wm9081.c: In function 'wm9081_digital_mute':
sound/soc/codecs/wm9081.c:1161:7: warning: 'reg' may be used uninitialized in this function [-Wmaybe-uninitialized]
reg |= WM9081_DAC_MUTE;
Introduced by commit
48c338764296 ("ASoC: wm9081: replace codec to component")
--
Cheers,
Stephen Rothwell