diff options
-rw-r--r-- | drivers/ide/au1xxx-ide.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/ide/au1xxx-ide.c b/drivers/ide/au1xxx-ide.c index 154ec2cf734f..82f153810eb9 100644 --- a/drivers/ide/au1xxx-ide.c +++ b/drivers/ide/au1xxx-ide.c | |||
@@ -286,12 +286,7 @@ static int auide_build_dmatable(ide_drive_t *drive) | |||
286 | 286 | ||
287 | static int auide_dma_end(ide_drive_t *drive) | 287 | static int auide_dma_end(ide_drive_t *drive) |
288 | { | 288 | { |
289 | ide_hwif_t *hwif = drive->hwif; | 289 | ide_destroy_dmatable(drive); |
290 | |||
291 | if (hwif->sg_nents) { | ||
292 | ide_destroy_dmatable(drive); | ||
293 | hwif->sg_nents = 0; | ||
294 | } | ||
295 | 290 | ||
296 | return 0; | 291 | return 0; |
297 | } | 292 | } |