From: Peter Ujfalusi Date: Tue, 22 Apr 2014 07:30:33 +0000 (+0300) Subject: ASoC: omap-hdmi: Remove excess curly bracket X-Git-Tag: next-20140428~41^2~1^7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a09f06401239ae4d52c4726f8469e7cd2eb2dae8;p=karo-tx-linux.git 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 Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- 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) {