diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-04-23 09:10:28 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:43 -0400 |
commit | 0fe564a564922465ec3c483cee0e3dc6b368d879 (patch) | |
tree | 9cbace536b0a90c22b2eccaa17db6edffbeded61 /sound | |
parent | 0015e7d1e2b09443ac76573a2fb886854aa1ca15 (diff) |
[ALSA] soc - s3c24xx-i2s - Add missing spaces
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 50e06f0777f1..4ebcd6a8bf28 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) | |||
387 | if (s3c24xx_i2s.regs == NULL) | 387 | if (s3c24xx_i2s.regs == NULL) |
388 | return -ENXIO; | 388 | return -ENXIO; |
389 | 389 | ||
390 | s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis"); | 390 | s3c24xx_i2s.iis_clk = clk_get(&pdev->dev, "iis"); |
391 | if (s3c24xx_i2s.iis_clk == NULL) { | 391 | if (s3c24xx_i2s.iis_clk == NULL) { |
392 | DBG("failed to get iis_clock\n"); | 392 | DBG("failed to get iis_clock\n"); |
393 | iounmap(s3c24xx_i2s.regs); | 393 | iounmap(s3c24xx_i2s.regs); |