Parcourir la source

ASoC: wm8727: add a missing return in wm8727_platform_probe

otherwise the error path will always be executed.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Axel Lin il y a 15 ans
Parent
commit
c555b028f1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      sound/soc/codecs/wm8727.c

+ 2 - 0
sound/soc/codecs/wm8727.c

@@ -127,6 +127,8 @@ static __devinit int wm8727_platform_probe(struct platform_device *pdev)
 		goto err_codec;
 	}
 
+	return 0;
+
 err_codec:
 	snd_soc_unregister_codec(codec);
 err: