Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263859
b: refs/heads/master
c: 5013951
h: refs/heads/master
i:
  263857: e9007aa
  263855: 754fb13
v: v3
  • Loading branch information
Arnd Bergmann authored and Mark Brown committed Sep 12, 2011
1 parent 8d065e0 commit c47ff72
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: c5d2e650bd805a00ff9af537d5b5dede598a198c
refs/heads/master: 5013951be88e136d9990ef55303276e2779ce8d8
2 changes: 1 addition & 1 deletion trunk/sound/soc/kirkwood/kirkwood-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static __devinit int kirkwood_i2s_dev_probe(struct platform_device *pdev)
if (!priv->mem) {
dev_err(&pdev->dev, "request_mem_region failed\n");
err = -EBUSY;
goto error_alloc;
goto err_alloc;
}

priv->io = ioremap(priv->mem->start, SZ_16K);
Expand Down

0 comments on commit c47ff72

Please sign in to comment.