summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPeter Ujfalusi2014-04-22 09:30:33 +0200
committerMark Brown2014-04-22 13:01:20 +0200
commita09f06401239ae4d52c4726f8469e7cd2eb2dae8 (patch)
tree8fc2c50adad9c509a47fb5bcd15082d0b5ba0ca8 /sound
parentASoC: omap-pcm: Drop the platform driver init code (diff)
downloadkernel-qcow2-linux-a09f06401239ae4d52c4726f8469e7cd2eb2dae8.tar.gz
kernel-qcow2-linux-a09f06401239ae4d52c4726f8469e7cd2eb2dae8.tar.xz
kernel-qcow2-linux-a09f06401239ae4d52c4726f8469e7cd2eb2dae8.zip
ASoC: omap-hdmi: Remove excess curly bracket
Fix the error added by commit: ASoC: omap-hdmi: Bind the platform driver to the dai driver when loading Reported-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/omap-hdmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c
index 32614b49653c..537a1ec8ad61 100644
--- a/sound/soc/omap/omap-hdmi.c
+++ b/sound/soc/omap/omap-hdmi.c
@@ -330,7 +330,6 @@ static int omap_hdmi_probe(struct platform_device *pdev)
return omap_pcm_platform_register(&pdev->dev);
}
-}
static int omap_hdmi_remove(struct platform_device *pdev)
{