[ARM] 5544/1: Trust PrimeCell resource sizes
[safe/jmp/linux-2.6] / drivers / serial / amba-pl011.c
index 8c5bda2..bf82e28 100644 (file)
@@ -767,7 +767,7 @@ static int pl011_probe(struct amba_device *dev, struct amba_id *id)
                goto out;
        }
 
-       base = ioremap(dev->res.start, PAGE_SIZE);
+       base = ioremap(dev->res.start, resource_size(&dev->res));
        if (!base) {
                ret = -ENOMEM;
                goto free;