diff options
Diffstat (limited to 'drivers/ata/ahci_da850.c')
-rw-r--r-- | drivers/ata/ahci_da850.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ata/ahci_da850.c b/drivers/ata/ahci_da850.c index 2c83613ce2db..2b77d53bccf8 100644 --- a/drivers/ata/ahci_da850.c +++ b/drivers/ata/ahci_da850.c | |||
@@ -85,7 +85,8 @@ static int ahci_da850_probe(struct platform_device *pdev) | |||
85 | 85 | ||
86 | da850_sata_init(dev, pwrdn_reg, hpriv->mmio); | 86 | da850_sata_init(dev, pwrdn_reg, hpriv->mmio); |
87 | 87 | ||
88 | rc = ahci_platform_init_host(pdev, hpriv, &ahci_da850_port_info, 0, 0); | 88 | rc = ahci_platform_init_host(pdev, hpriv, &ahci_da850_port_info, |
89 | 0, 0, 0); | ||
89 | if (rc) | 90 | if (rc) |
90 | goto disable_resources; | 91 | goto disable_resources; |
91 | 92 | ||