]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-dma.c
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
[linux-2.6-omap-h63xx.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;