Commit 0fe564a5 authored by Mark Brown's avatar Mark Brown Committed by Takashi Iwai

[ALSA] soc - s3c24xx-i2s - Add missing spaces

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0015e7d1
......@@ -387,7 +387,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
if (s3c24xx_i2s.regs == NULL)
return -ENXIO;
s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis");
s3c24xx_i2s.iis_clk = clk_get(&pdev->dev, "iis");
if (s3c24xx_i2s.iis_clk == NULL) {
DBG("failed to get iis_clock\n");
iounmap(s3c24xx_i2s.regs);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment