diff options
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index 21cea45e9f21..3cc8ade2cc4f 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1689,14 +1689,12 @@ static void ide_legacy_init_one(u8 *idx, hw_regs_t **hws, hw_regs_t *hw, | |||
1689 | ide_std_init_ports(hw, base, ctl); | 1689 | ide_std_init_ports(hw, base, ctl); |
1690 | hw->irq = irq; | 1690 | hw->irq = irq; |
1691 | hw->chipset = d->chipset; | 1691 | hw->chipset = d->chipset; |
1692 | hw->config = config; | ||
1692 | 1693 | ||
1693 | hwif = ide_find_port_slot(d); | 1694 | hwif = ide_find_port_slot(d); |
1694 | if (hwif) { | 1695 | if (hwif) { |
1695 | hwif->chipset = hw->chipset; | 1696 | hwif->chipset = hw->chipset; |
1696 | 1697 | ||
1697 | if (config) | ||
1698 | hwif->config_data = config; | ||
1699 | |||
1700 | hws[port_no] = hw; | 1698 | hws[port_no] = hw; |
1701 | idx[port_no] = hwif->index; | 1699 | idx[port_no] = hwif->index; |
1702 | } | 1700 | } |