Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298100
b: refs/heads/master
c: 2c4ae27
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David Woodhouse committed Mar 26, 2012
1 parent 7db19db commit 85525e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 5289966ea576a062b80319975b31b661c196ff9d
refs/heads/master: 2c4ae276b13114a2c7ebac31257db391b4bf2b6f
4 changes: 1 addition & 3 deletions trunk/drivers/mtd/nand/docg4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,7 @@ static int __init probe_docg4(struct platform_device *pdev)

virtadr = ioremap(r->start, resource_size(r));
if (!virtadr) {
dev_err(dev, "Diskonchip ioremap failed: "
"0x%x bytes at 0x%x\n",
resource_size(r), r->start);
dev_err(dev, "Diskonchip ioremap failed: %pR\n", r);
return -EIO;
}

Expand Down

0 comments on commit 85525e9

Please sign in to comment.