projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0015e7d
)
[ALSA] soc - s3c24xx-i2s - Add missing spaces
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 23 Apr 2008 13:10:28 +0000
(15:10 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:43 +0000
(12:00 +0200)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/s3c24xx/s3c24xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c24xx-i2s.c
b/sound/soc/s3c24xx/s3c24xx-i2s.c
index 50e06f0777f14f3f356839cb9ceacbff5751e75e..4ebcd6a8bf2867d1963ba29deab52b98d2987e38 100644
(file)
--- 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);