mirror of https://gitee.com/openkylin/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 <lars@metafoo.de> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
5601174ff8
commit
a09f064012
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue