aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/nand/mxc_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 1ffb854f989e..8fcb33da8efc 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -865,7 +865,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
865 goto eres; 865 goto eres;
866 } 866 }
867 867
868 host->regs = ioremap(res->start, res->end - res->start + 1); 868 host->regs = ioremap(res->start, resource_size(res));
869 if (!host->regs) { 869 if (!host->regs) {
870 err = -ENOMEM; 870 err = -ENOMEM;
871 goto eres; 871 goto eres;