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 0cd76bf66833..8a8674d3223f 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -496,7 +496,7 @@ static void ide_hwif_restore(ide_hwif_t *hwif, ide_hwif_t *tmp_hwif) | |||
496 | hwif->ide_dma_clear_irq = tmp_hwif->ide_dma_clear_irq; | 496 | hwif->ide_dma_clear_irq = tmp_hwif->ide_dma_clear_irq; |
497 | hwif->dma_host_on = tmp_hwif->dma_host_on; | 497 | hwif->dma_host_on = tmp_hwif->dma_host_on; |
498 | hwif->dma_host_off = tmp_hwif->dma_host_off; | 498 | hwif->dma_host_off = tmp_hwif->dma_host_off; |
499 | hwif->ide_dma_lostirq = tmp_hwif->ide_dma_lostirq; | 499 | hwif->dma_lost_irq = tmp_hwif->dma_lost_irq; |
500 | hwif->ide_dma_timeout = tmp_hwif->ide_dma_timeout; | 500 | hwif->ide_dma_timeout = tmp_hwif->ide_dma_timeout; |
501 | 501 | ||
502 | hwif->OUTB = tmp_hwif->OUTB; | 502 | hwif->OUTB = tmp_hwif->OUTB; |