diff options
Diffstat (limited to 'sound/soc/codecs/wm8903.c')
-rw-r--r-- | sound/soc/codecs/wm8903.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 94cdb8130415..bfeff4ee5de9 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c | |||
@@ -1695,17 +1695,8 @@ static int wm8903_probe(struct platform_device *pdev) | |||
1695 | ARRAY_SIZE(wm8903_snd_controls)); | 1695 | ARRAY_SIZE(wm8903_snd_controls)); |
1696 | wm8903_add_widgets(socdev->card->codec); | 1696 | wm8903_add_widgets(socdev->card->codec); |
1697 | 1697 | ||
1698 | ret = snd_soc_init_card(socdev); | ||
1699 | if (ret < 0) { | ||
1700 | dev_err(&pdev->dev, "wm8903: failed to register card\n"); | ||
1701 | goto card_err; | ||
1702 | } | ||
1703 | |||
1704 | return ret; | 1698 | return ret; |
1705 | 1699 | ||
1706 | card_err: | ||
1707 | snd_soc_free_pcms(socdev); | ||
1708 | snd_soc_dapm_free(socdev); | ||
1709 | err: | 1700 | err: |
1710 | return ret; | 1701 | return ret; |
1711 | } | 1702 | } |