diff options
Diffstat (limited to 'sound/soc/codecs/hdmi-codec.c')
-rw-r--r-- | sound/soc/codecs/hdmi-codec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c index d00734d31e04..e5b6769b9797 100644 --- a/sound/soc/codecs/hdmi-codec.c +++ b/sound/soc/codecs/hdmi-codec.c | |||
@@ -795,6 +795,8 @@ static int hdmi_codec_probe(struct platform_device *pdev) | |||
795 | if (hcd->spdif) | 795 | if (hcd->spdif) |
796 | hcp->daidrv[i] = hdmi_spdif_dai; | 796 | hcp->daidrv[i] = hdmi_spdif_dai; |
797 | 797 | ||
798 | dev_set_drvdata(dev, hcp); | ||
799 | |||
798 | ret = devm_snd_soc_register_component(dev, &hdmi_driver, hcp->daidrv, | 800 | ret = devm_snd_soc_register_component(dev, &hdmi_driver, hcp->daidrv, |
799 | dai_count); | 801 | dai_count); |
800 | if (ret) { | 802 | if (ret) { |
@@ -802,8 +804,6 @@ static int hdmi_codec_probe(struct platform_device *pdev) | |||
802 | __func__, ret); | 804 | __func__, ret); |
803 | return ret; | 805 | return ret; |
804 | } | 806 | } |
805 | |||
806 | dev_set_drvdata(dev, hcp); | ||
807 | return 0; | 807 | return 0; |
808 | } | 808 | } |
809 | 809 | ||