Message ID | 1398151833-5219-1-git-send-email-peter.ujfalusi@ti.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a09f06401239ae4d52c4726f8469e7cd2eb2dae8 |
Headers | show |
On Tue, Apr 22, 2014 at 10:30:33AM +0300, Peter Ujfalusi wrote: > Fix the error added by commit: > ASoC: omap-hdmi: Bind the platform driver to the dai driver when loading Applied, thanks.
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) {
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> --- sound/soc/omap/omap-hdmi.c | 1 - 1 file changed, 1 deletion(-)