aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/setup-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r--drivers/ide/setup-pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c
index bfe1f4e59597..e9f3267456e2 100644
--- a/drivers/ide/setup-pci.c
+++ b/drivers/ide/setup-pci.c
@@ -613,6 +613,8 @@ void ide_pci_setup_ports(struct pci_dev *dev, ide_pci_device_t *d, int pciirq, a
613 else 613 else
614 ide_hwif_setup_dma(dev, d, hwif); 614 ide_hwif_setup_dma(dev, d, hwif);
615bypass_legacy_dma: 615bypass_legacy_dma:
616 hwif->host_flags = d->host_flags;
617
616 if (d->init_hwif) 618 if (d->init_hwif)
617 /* Call chipset-specific routine 619 /* Call chipset-specific routine
618 * for each enabled hwif 620 * for each enabled hwif