Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176978
b: refs/heads/master
c: d970a07
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Nov 12, 2009
1 parent bc652dd commit e1fb732
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: a4ad57f8b320c9d89b7693be82e47347425db918
refs/heads/master: d970a0730ba5598b711d42bac287a17db5b6268a
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
goto eres;
}

host->regs = ioremap(res->start, res->end - res->start + 1);
host->regs = ioremap(res->start, resource_size(res));
if (!host->regs) {
err = -ENOMEM;
goto eres;
Expand Down

0 comments on commit e1fb732

Please sign in to comment.