]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/via82cxxx.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[linux-2.6-omap-h63xx.git] / drivers / ide / via82cxxx.c
index 2a812d3207e97d55be27c5f1363af67f96b90bdb..fecc0e03c3fc96c523025e1d63b3b158546ebb25 100644 (file)
@@ -178,7 +178,7 @@ static void via_set_drive(ide_drive_t *drive, const u8 speed)
                ide_timing_merge(&p, &t, &t, IDE_TIMING_8BIT);
        }
 
-       via_set_speed(HWIF(drive), drive->dn, &t);
+       via_set_speed(hwif, drive->dn, &t);
 }
 
 /**