From bd612bc2e8e641affeb76b8c1e643985b12887bc Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 23 Apr 2008 15:10:28 +0200 Subject: [PATCH] --- yaml --- r: 92249 b: refs/heads/master c: 0fe564a564922465ec3c483cee0e3dc6b368d879 h: refs/heads/master i: 92247: 0f62c9e54d419fefebf6c9eff5f3063d597245d3 v: v3 --- [refs] | 2 +- trunk/sound/soc/s3c24xx/s3c24xx-i2s.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8ed0e2c0fb87..83aac4773105 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0015e7d1e2b09443ac76573a2fb886854aa1ca15 +refs/heads/master: 0fe564a564922465ec3c483cee0e3dc6b368d879 diff --git a/trunk/sound/soc/s3c24xx/s3c24xx-i2s.c b/trunk/sound/soc/s3c24xx/s3c24xx-i2s.c index 50e06f0777f1..4ebcd6a8bf28 100644 --- a/trunk/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/trunk/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);