Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189018
b: refs/heads/master
c: e3396b2
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Eric Miao committed Mar 22, 2010
1 parent 02145e1 commit 41d87ca
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: fe3ebaad3229c5e842e8b24cf2a24d7049a6481c
refs/heads/master: e3396b263c6a8f086a99f1d524272ff409d66de0
2 changes: 1 addition & 1 deletion trunk/drivers/video/pxa168fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ static int __init pxa168fb_probe(struct platform_device *pdev)
/*
* Map LCD controller registers.
*/
fbi->reg_base = ioremap_nocache(res->start, res->end - res->start);
fbi->reg_base = ioremap_nocache(res->start, resource_size(res));
if (fbi->reg_base == NULL) {
ret = -ENOMEM;
goto failed;
Expand Down

0 comments on commit 41d87ca

Please sign in to comment.