diff options
Diffstat (limited to 'drivers/ide/ide-dma.c')
-rw-r--r-- | drivers/ide/ide-dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c index 3cf59f2c3928..a4bb32883c6b 100644 --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c | |||
@@ -147,7 +147,8 @@ ide_startstop_t ide_dma_intr (ide_drive_t *drive) | |||
147 | u8 stat = 0, dma_stat = 0; | 147 | u8 stat = 0, dma_stat = 0; |
148 | 148 | ||
149 | dma_stat = HWIF(drive)->ide_dma_end(drive); | 149 | dma_stat = HWIF(drive)->ide_dma_end(drive); |
150 | stat = HWIF(drive)->INB(IDE_STATUS_REG); /* get drive status */ | 150 | stat = ide_read_status(drive); |
151 | |||
151 | if (OK_STAT(stat,DRIVE_READY,drive->bad_wstat|DRQ_STAT)) { | 152 | if (OK_STAT(stat,DRIVE_READY,drive->bad_wstat|DRQ_STAT)) { |
152 | if (!dma_stat) { | 153 | if (!dma_stat) { |
153 | struct request *rq = HWGROUP(drive)->rq; | 154 | struct request *rq = HWGROUP(drive)->rq; |