From: Mark Brown Date: Wed, 23 Apr 2008 13:10:28 +0000 (+0200) Subject: [ALSA] soc - s3c24xx-i2s - Add missing spaces X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0fe564a564922465ec3c483cee0e3dc6b368d879;p=mv-sheeva.git [ALSA] soc - s3c24xx-i2s - Add missing spaces Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 50e06f0777f..4ebcd6a8bf2 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c @@ -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);