projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5601174
)
ASoC: omap-hdmi: Remove excess curly bracket
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Tue, 22 Apr 2014 07:30:33 +0000
(10:30 +0300)
committer
Mark Brown
<broonie@linaro.org>
Tue, 22 Apr 2014 11:01:20 +0000
(12:01 +0100)
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>
sound/soc/omap/omap-hdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/omap/omap-hdmi.c
b/sound/soc/omap/omap-hdmi.c
index 32614b49653cb03d222e32d9ec290d1a5c8addb5..537a1ec8ad61ab0b0a721fb15b608c9254c514f4 100644
(file)
--- 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)
{