diff options
Diffstat (limited to 'drivers/ide/sgiioc4.c')
-rw-r--r-- | drivers/ide/sgiioc4.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/ide/sgiioc4.c b/drivers/ide/sgiioc4.c index cb2657c4c976..6ef5a567d377 100644 --- a/drivers/ide/sgiioc4.c +++ b/drivers/ide/sgiioc4.c | |||
@@ -277,11 +277,12 @@ static void sgiioc4_dma_host_set(ide_drive_t *drive, int on) | |||
277 | sgiioc4_clearirq(drive); | 277 | sgiioc4_clearirq(drive); |
278 | } | 278 | } |
279 | 279 | ||
280 | static void | 280 | static void sgiioc4_resetproc(ide_drive_t *drive) |
281 | sgiioc4_resetproc(ide_drive_t * drive) | ||
282 | { | 281 | { |
282 | struct ide_cmd *cmd = &drive->hwif->cmd; | ||
283 | |||
283 | sgiioc4_dma_end(drive); | 284 | sgiioc4_dma_end(drive); |
284 | ide_destroy_dmatable(drive); | 285 | ide_dma_unmap_sg(drive, cmd); |
285 | sgiioc4_clearirq(drive); | 286 | sgiioc4_clearirq(drive); |
286 | } | 287 | } |
287 | 288 | ||