Le 27/08/2010 21:09, Chris Ball :
> From: H Hartley Sweeten <hswee...@visionengravers.com>
> Date: Mon, 14 Dec 2009 14:11:56 -0500
> 
> Use resource_size().
> 
> Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com>
> [cjb: rebased patch against Linus]
> Signed-off-by: Chris Ball <c...@laptop.org>

Signed-off-by: Nicolas Ferre <nicolas.fe...@atmel.com>

> ---
>  drivers/mmc/host/atmel-mci.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
> index 95ef864..1d4e546 100644
> --- a/drivers/mmc/host/atmel-mci.c
> +++ b/drivers/mmc/host/atmel-mci.c
> @@ -1777,7 +1777,7 @@ static int __init atmci_probe(struct platform_device 
> *pdev)
>       }
>  
>       ret = -ENOMEM;
> -     host->regs = ioremap(regs->start, regs->end - regs->start + 1);
> +     host->regs = ioremap(regs->start, resource_size(regs));
>       if (!host->regs)
>               goto err_ioremap;
>  


-- 
Nicolas Ferre

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to