aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r--drivers/ide/ide-probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index cdb81471102a..5141730dc960 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -622,8 +622,8 @@ static void hwif_register (ide_hwif_t *hwif)
622 strlcpy(hwif->gendev.bus_id,hwif->name,BUS_ID_SIZE); 622 strlcpy(hwif->gendev.bus_id,hwif->name,BUS_ID_SIZE);
623 hwif->gendev.driver_data = hwif; 623 hwif->gendev.driver_data = hwif;
624 if (hwif->gendev.parent == NULL) { 624 if (hwif->gendev.parent == NULL) {
625 if (hwif->pci_dev) 625 if (hwif->dev)
626 hwif->gendev.parent = &hwif->pci_dev->dev; 626 hwif->gendev.parent = hwif->dev;
627 else 627 else
628 /* Would like to do = &device_legacy */ 628 /* Would like to do = &device_legacy */
629 hwif->gendev.parent = NULL; 629 hwif->gendev.parent = NULL;