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>
This commit is contained in:
parent
637727838a
commit
c555b028f1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user