Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148233
b: refs/heads/master
c: 09aa60d
h: refs/heads/master
i:
  148231: c33a3c4
v: v3
  • Loading branch information
Mark Brown committed Apr 30, 2009
1 parent 50118de commit c788cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 72e31981a4e91f84c5b5e8994f5d25b1cf22b6cf
refs/heads/master: 09aa60df92a9c5ff00e156c0dbc79f166d406a7f
2 changes: 1 addition & 1 deletion trunk/sound/soc/s3c24xx/s3c64xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)

i2s->iis_cclk = clk_get(&pdev->dev, "audio-bus");
if (IS_ERR(i2s->iis_cclk)) {
dev_err(&pdev->dev, "failed to get audio-bus");
dev_err(&pdev->dev, "failed to get audio-bus\n");
ret = PTR_ERR(i2s->iis_cclk);
goto err;
}
Expand Down

0 comments on commit c788cc2

Please sign in to comment.