Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274749
b: refs/heads/master
c: 1c3bd14
h: refs/heads/master
i:
  274747: 4bd90e0
v: v3
  • Loading branch information
Axel Lin authored and Artem Bityutskiy committed Aug 15, 2011
1 parent e9a4978 commit 2a2fff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1712cde28532d9b0c98142e08a131b344d3200bd
refs/heads/master: 1c3bd14bb0e10ce69761662d575d454f12070838
1 change: 1 addition & 0 deletions trunk/drivers/mtd/onenand/omap2.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ static int __devinit omap2_onenand_probe(struct platform_device *pdev)
c->regulator = regulator_get(&pdev->dev, "vonenand");
if (IS_ERR(c->regulator)) {
dev_err(&pdev->dev, "Failed to get regulator\n");
r = PTR_ERR(c->regulator);
goto err_release_dma;
}
c->onenand.enable = omap2_onenand_enable;
Expand Down

0 comments on commit 2a2fff1

Please sign in to comment.