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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c
index 0a4b3a6857e1..6b41d6c2433e 100644
--- a/drivers/ide/setup-pci.c
+++ b/drivers/ide/setup-pci.c
@@ -162,8 +162,8 @@ static void ide_pci_clear_simplex(unsigned long dma_base, const char *name)
162 162
163static unsigned long ide_get_or_set_dma_base(const struct ide_port_info *d, ide_hwif_t *hwif) 163static unsigned long ide_get_or_set_dma_base(const struct ide_port_info *d, ide_hwif_t *hwif)
164{ 164{
165 unsigned long dma_base = 0; 165 struct pci_dev *dev = to_pci_dev(hwif->dev);
166 struct pci_dev *dev = hwif->pci_dev; 166 unsigned long dma_base = 0;
167 u8 dma_stat = 0; 167 u8 dma_stat = 0;
168 168
169 if (hwif->mmio) 169 if (hwif->mmio)
@@ -391,7 +391,7 @@ static ide_hwif_t *ide_hwif_configure(struct pci_dev *dev, const struct ide_port
391 391
392 hwif->noprobe = oldnoprobe; 392 hwif->noprobe = oldnoprobe;
393 393
394 hwif->pci_dev = dev; 394 hwif->dev = &dev->dev;
395 hwif->cds = d; 395 hwif->cds = d;
396 hwif->channel = port; 396 hwif->channel = port;
397 397