git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5da6bbe
)
mtd: plat_nand: request memory resource before doing ioremap
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Mon, 19 Oct 2009 23:45:29 +0000
(19:45 -0400)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Tue, 20 Oct 2009 00:09:59 +0000
(09:09 +0900)
Add a request_mem_region() before doing the ioremap(). Also, use the
resource_size macro instead of doing the end - start + 1 calc by hand.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
No differences found