Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186873
b: refs/heads/master
c: 1ecc09e
h: refs/heads/master
i:
  186871: 3562caa
v: v3
  • Loading branch information
H Hartley Sweeten authored and Samuel Ortiz committed Mar 7, 2010
1 parent 6662f64 commit 880ade8
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: c02e6a5ff43d24d73cf7830c2925e213fc72e037
refs/heads/master: 1ecc09e765d3ae16ef42a4d454836d9ed804fd18
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tc6393xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static int __devinit tc6393xb_probe(struct platform_device *dev)
if (ret)
goto err_request_scr;

tc6393xb->scr = ioremap(rscr->start, rscr->end - rscr->start + 1);
tc6393xb->scr = ioremap(rscr->start, resource_size(rscr));
if (!tc6393xb->scr) {
ret = -ENOMEM;
goto err_ioremap;
Expand Down

0 comments on commit 880ade8

Please sign in to comment.