Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148242
b: refs/heads/master
c: 7143755
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 30, 2009
1 parent b40dd47 commit 211b19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abbc82466967064e4eaafa367fc225a8c803569c
refs/heads/master: 71437552f2564c0d0c5cc4995045683051c5fe62
3 changes: 1 addition & 2 deletions trunk/sound/soc/s3c24xx/s3c64xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
goto err;
}

ret = s3c_i2sv2_probe(pdev, dai, i2s,
dai->id ? S3C64XX_PA_IIS1 : S3C64XX_PA_IIS0);
ret = s3c_i2sv2_probe(pdev, dai, i2s, 0);
if (ret)
goto err_clk;

Expand Down

0 comments on commit 211b19c

Please sign in to comment.