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:
Родитель
637727838a
Коммит
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче