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 6e146b54257d..b3c0818c5c6c 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -509,7 +509,7 @@ static void ide_hwif_restore(ide_hwif_t *hwif, ide_hwif_t *tmp_hwif) | |||
509 | hwif->dma_off_quietly = tmp_hwif->dma_off_quietly; | 509 | hwif->dma_off_quietly = tmp_hwif->dma_off_quietly; |
510 | hwif->ide_dma_test_irq = tmp_hwif->ide_dma_test_irq; | 510 | hwif->ide_dma_test_irq = tmp_hwif->ide_dma_test_irq; |
511 | hwif->ide_dma_clear_irq = tmp_hwif->ide_dma_clear_irq; | 511 | hwif->ide_dma_clear_irq = tmp_hwif->ide_dma_clear_irq; |
512 | hwif->ide_dma_host_on = tmp_hwif->ide_dma_host_on; | 512 | hwif->dma_host_on = tmp_hwif->dma_host_on; |
513 | hwif->dma_host_off = tmp_hwif->dma_host_off; | 513 | hwif->dma_host_off = tmp_hwif->dma_host_off; |
514 | hwif->ide_dma_lostirq = tmp_hwif->ide_dma_lostirq; | 514 | hwif->ide_dma_lostirq = tmp_hwif->ide_dma_lostirq; |
515 | hwif->ide_dma_timeout = tmp_hwif->ide_dma_timeout; | 515 | hwif->ide_dma_timeout = tmp_hwif->ide_dma_timeout; |