Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92249
b: refs/heads/master
c: 0fe564a
h: refs/heads/master
i:
  92247: 0f62c9e
v: v3
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Apr 24, 2008
1 parent 26dc34d commit bd612bc
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: 0015e7d1e2b09443ac76573a2fb886854aa1ca15
refs/heads/master: 0fe564a564922465ec3c483cee0e3dc6b368d879
2 changes: 1 addition & 1 deletion trunk/sound/soc/s3c24xx/s3c24xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bd612bc

Please sign in to comment.