Replace hardcoded values with their correct definitions
[openwrt.git] / target / linux / adm5120-2.6 / files / drivers / mtd / nand / rbmipsnand.c
index 9e6ae1b..1c524d4 100644 (file)
@@ -115,7 +115,7 @@ static int rbmips_probe(struct platform_device *pdev)
 
        }
        
-       data->io_base = ioremap(pdev->resource[0].start, 0x1000);
+       data->io_base = ioremap(pdev->resource[0].start, pdev->resource[0].end - pdev->resource[0].start + 1);
 
        if (data->io_base == NULL) {
                dev_err(&pdev->dev, "ioremap failed\n");
This page took 0.020047 seconds and 4 git commands to generate.