diff options
Diffstat (limited to 'drivers/ata/sata_via.c')
-rw-r--r-- | drivers/ata/sata_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index 939c9246fdd1..814597a0a708 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -415,7 +415,7 @@ static int vt6420_prepare_host(struct pci_dev *pdev, struct ata_host **r_host) | |||
415 | struct ata_host *host; | 415 | struct ata_host *host; |
416 | int rc; | 416 | int rc; |
417 | 417 | ||
418 | rc = ata_pci_prepare_native_host(pdev, ppi, 2, &host); | 418 | rc = ata_pci_prepare_native_host(pdev, ppi, &host); |
419 | if (rc) | 419 | if (rc) |
420 | return rc; | 420 | return rc; |
421 | *r_host = host; | 421 | *r_host = host; |