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 d3d5c0d57032..038d49d0f2ab 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -330,7 +330,7 @@ static struct ata_probe_ent *vt6420_init_probe_ent(struct pci_dev *pdev) | |||
330 | { | 330 | { |
331 | struct ata_probe_ent *probe_ent; | 331 | struct ata_probe_ent *probe_ent; |
332 | struct ata_port_info *ppi[2]; | 332 | struct ata_port_info *ppi[2]; |
333 | 333 | ||
334 | ppi[0] = ppi[1] = &vt6420_port_info; | 334 | ppi[0] = ppi[1] = &vt6420_port_info; |
335 | probe_ent = ata_pci_init_native_mode(pdev, ppi, ATA_PORT_PRIMARY | ATA_PORT_SECONDARY); | 335 | probe_ent = ata_pci_init_native_mode(pdev, ppi, ATA_PORT_PRIMARY | ATA_PORT_SECONDARY); |
336 | if (!probe_ent) | 336 | if (!probe_ent) |