diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-08-11 15:40:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-11 16:01:02 +0200 |
commit | fa54aade5338937146bb6b8af93d2c27f6787ae1 (patch) | |
tree | 2339610610678087bb491cf35c61a8b708fc0689 /sound/atmel | |
parent | Linux 4.8-rc1 (diff) | |
download | linux-fa54aade5338937146bb6b8af93d2c27f6787ae1.tar.xz linux-fa54aade5338937146bb6b8af93d2c27f6787ae1.zip |
ASoC: wm2000: Fix return of uninitialised varible
Anything that sets ret in wm2000_anc_transition will have immediately
returned anyway as such we will always return an uninitialised ret at the
bottom of the function. Simply replace the return with a return 0;
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions