]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/gvp11.c
[SCSI] wd33c93: fix up cut and paste error
[linux-2.6-omap-h63xx.git] / drivers / scsi / gvp11.c
index e75a7ba57a3a2aaa67553834d99b41dd23b9ef63..ca73637524012adbdeb4a7cad69558b7dd045430 100644 (file)
@@ -322,9 +322,9 @@ int __init gvp11_detect(struct scsi_host_template *tpnt)
         */
        regs.SASR = &(DMA(instance)->SASR);
        regs.SCMD = &(DMA(instance)->SCMD);
-       HDATA(a3000_host)->no_sync = 0xff;
-       HDATA(a3000_host)->fast = 0;
-       HDATA(a3000_host)->dma_mode = CTRL_DMA;
+       HDATA(instance)->no_sync = 0xff;
+       HDATA(instance)->fast = 0;
+       HDATA(instance)->dma_mode = CTRL_DMA;
        wd33c93_init(instance, regs, dma_setup, dma_stop,
                     (epc & GVP_SCSICLKMASK) ? WD33C93_FS_8_10
                                             : WD33C93_FS_12_15);