Signed-off-by: Axel Lin <[email protected]>
Acked-by: James Hogan <[email protected]>
---
Hi Linus,
Seems this one was missed.
Thanks,
Axel
 drivers/gpio/gpio-tz1090-pdc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-tz1090-pdc.c b/drivers/gpio/gpio-tz1090-pdc.c
index d753622..ede7e40 100644
--- a/drivers/gpio/gpio-tz1090-pdc.c
+++ b/drivers/gpio/gpio-tz1090-pdc.c
@@ -190,7 +190,7 @@ static int tz1090_pdc_gpio_probe(struct platform_device 
*pdev)
 
        /* Ioremap the registers */
        priv->reg = devm_ioremap(&pdev->dev, res_regs->start,
-                                res_regs->end - res_regs->start);
+                                resource_size(res_regs));
        if (!priv->reg) {
                dev_err(&pdev->dev, "unable to ioremap registers\n");
                return -ENOMEM;
-- 
1.9.1



--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to