Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298078
b: refs/heads/master
c: 152b861
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David Woodhouse committed Mar 26, 2012
1 parent 4c305c9 commit 145ab62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 335a5f409ee3960bda6b112b9d1a89d0a4e0a7eb
refs/heads/master: 152b861622d55f7b17cb6069bd0b275fb559c29a
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/onenand/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ static int s3c_onenand_probe(struct platform_device *pdev)
r = platform_get_resource(pdev, IORESOURCE_MEM, 1);
if (!r) {
dev_err(&pdev->dev, "no buffer memory resource defined\n");
return -ENOENT;
err = -ENOENT;
goto ahb_resource_failed;
}

Expand Down Expand Up @@ -964,7 +964,7 @@ static int s3c_onenand_probe(struct platform_device *pdev)
r = platform_get_resource(pdev, IORESOURCE_MEM, 1);
if (!r) {
dev_err(&pdev->dev, "no dma memory resource defined\n");
return -ENOENT;
err = -ENOENT;
goto dma_resource_failed;
}

Expand Down

0 comments on commit 145ab62

Please sign in to comment.