Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 11 Aug 2016 13:40:04 +0000 (14:40 +0100)
committer
Mark Brown <broonie@kernel.org>
Thu, 11 Aug 2016 14:01:02 +0000 (15:01 +0100)
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>