Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148222
b: refs/heads/master
c: 008bec3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 24, 2009
1 parent f6a1c5b commit fe7f456
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: 172fd9e26200668ebaf3e1d6d09b36d5d531bfa6
refs/heads/master: 008bec397cdabd22a6f4e4c16a746a86a046f8af
2 changes: 1 addition & 1 deletion trunk/sound/soc/s3c24xx/s3c2412-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int s3c2412_i2s_probe(struct platform_device *pdev,

s3c2412_i2s.iis_cclk = clk_get(&pdev->dev, "i2sclk");
if (s3c2412_i2s.iis_cclk == NULL) {
pr_debug("failed to get i2sclk clock\n");
pr_err("failed to get i2sclk clock\n");
iounmap(s3c2412_i2s.regs);
return -ENODEV;
}
Expand Down

0 comments on commit fe7f456

Please sign in to comment.