diff options
Diffstat (limited to 'drivers/spi/spi-ppc4xx.c')
-rw-r--r-- | drivers/spi/spi-ppc4xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-ppc4xx.c b/drivers/spi/spi-ppc4xx.c index 2a298c029194..b267fd901e54 100644 --- a/drivers/spi/spi-ppc4xx.c +++ b/drivers/spi/spi-ppc4xx.c | |||
@@ -502,7 +502,7 @@ static int __init spi_ppc4xx_of_probe(struct platform_device *op) | |||
502 | goto free_gpios; | 502 | goto free_gpios; |
503 | } | 503 | } |
504 | hw->mapbase = resource.start; | 504 | hw->mapbase = resource.start; |
505 | hw->mapsize = resource.end - resource.start + 1; | 505 | hw->mapsize = resource_size(&resource); |
506 | 506 | ||
507 | /* Sanity check */ | 507 | /* Sanity check */ |
508 | if (hw->mapsize < sizeof(struct spi_ppc4xx_regs)) { | 508 | if (hw->mapsize < sizeof(struct spi_ppc4xx_regs)) { |