ASoC: free socdev if init_card() fails in wm9705_soc_probe()
Free socdev if snd_soc_init_card() fails. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
79fb9387f8
commit
821ebc86ef
@ -406,7 +406,7 @@ static int wm9705_soc_probe(struct platform_device *pdev)
|
|||||||
ret = snd_soc_init_card(socdev);
|
ret = snd_soc_init_card(socdev);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
printk(KERN_ERR "wm9705: failed to register card\n");
|
printk(KERN_ERR "wm9705: failed to register card\n");
|
||||||
goto pcm_err;
|
goto reset_err;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user