diff options
Diffstat (limited to 'drivers/ata/pata_octeon_cf.c')
-rw-r--r-- | drivers/ata/pata_octeon_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_octeon_cf.c b/drivers/ata/pata_octeon_cf.c index ff2e57f3b597..e73bef3093d2 100644 --- a/drivers/ata/pata_octeon_cf.c +++ b/drivers/ata/pata_octeon_cf.c | |||
@@ -926,7 +926,7 @@ static int octeon_cf_probe(struct platform_device *pdev) | |||
926 | goto free_cf_port; | 926 | goto free_cf_port; |
927 | } | 927 | } |
928 | cs1 = devm_ioremap_nocache(&pdev->dev, res_cs1->start, | 928 | cs1 = devm_ioremap_nocache(&pdev->dev, res_cs1->start, |
929 | res_cs1->end - res_cs1->start + 1); | 929 | resource_size(res_cs1)); |
930 | 930 | ||
931 | if (!cs1) | 931 | if (!cs1) |
932 | goto free_cf_port; | 932 | goto free_cf_port; |