rtc: tw4030 add alarm/update interfaces
[deliverable/linux.git] / drivers / ide / ide-dma.c
index fffd11717b2d169e3557c501db7c51780db5a4b1..72ebab0bc755571c0735b87aed3574a72db12eec 100644 (file)
@@ -96,7 +96,7 @@ ide_startstop_t ide_dma_intr(ide_drive_t *drive)
 
        if (OK_STAT(stat, DRIVE_READY, drive->bad_wstat | ATA_DRQ)) {
                if (!dma_stat) {
-                       struct request *rq = hwif->hwgroup->rq;
+                       struct request *rq = hwif->rq;
 
                        task_end_request(drive, rq, stat);
                        return ide_stopped;
This page took 0.024159 seconds and 5 git commands to generate.