diff options
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index 7bcc4c452255..999584c03d97 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -368,7 +368,7 @@ EXPORT_SYMBOL(ide_unregister); | |||
368 | 368 | ||
369 | void ide_init_port_hw(ide_hwif_t *hwif, hw_regs_t *hw) | 369 | void ide_init_port_hw(ide_hwif_t *hwif, hw_regs_t *hw) |
370 | { | 370 | { |
371 | memcpy(hwif->io_ports, hw->io_ports, sizeof(hwif->io_ports)); | 371 | memcpy(&hwif->io_ports, &hw->io_ports, sizeof(hwif->io_ports)); |
372 | hwif->irq = hw->irq; | 372 | hwif->irq = hw->irq; |
373 | hwif->chipset = hw->chipset; | 373 | hwif->chipset = hw->chipset; |
374 | hwif->gendev.parent = hw->dev; | 374 | hwif->gendev.parent = hw->dev; |