diff options
| -rw-r--r-- | sound/soc/codecs/mc13783.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c index 8ab966860224..c2def5d188ee 100644 --- a/sound/soc/codecs/mc13783.c +++ b/sound/soc/codecs/mc13783.c | |||
| @@ -781,14 +781,6 @@ static int __init mc13783_codec_probe(struct platform_device *pdev) | |||
| 781 | ret = snd_soc_register_codec(&pdev->dev, &soc_codec_dev_mc13783, | 781 | ret = snd_soc_register_codec(&pdev->dev, &soc_codec_dev_mc13783, |
| 782 | mc13783_dai_async, ARRAY_SIZE(mc13783_dai_async)); | 782 | mc13783_dai_async, ARRAY_SIZE(mc13783_dai_async)); |
| 783 | 783 | ||
| 784 | if (ret) | ||
| 785 | goto err_register_codec; | ||
| 786 | |||
| 787 | return 0; | ||
| 788 | |||
| 789 | err_register_codec: | ||
| 790 | dev_err(&pdev->dev, "register codec failed with %d\n", ret); | ||
| 791 | |||
| 792 | return ret; | 784 | return ret; |
| 793 | } | 785 | } |
| 794 | 786 | ||
