]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/scsi/NCR5380.c
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
[mv-sheeva.git] / drivers / scsi / NCR5380.c
index 37de6b37b0843249f5f702ff3b03e585b98bb142..f8e449a98d29e03f9c03a491bbea94c7b158ceb7 100644 (file)
@@ -2627,7 +2627,7 @@ static void NCR5380_reselect(struct Scsi_Host *instance) {
 #ifdef REAL_DMA
 static void NCR5380_dma_complete(NCR5380_instance * instance) {
        NCR5380_local_declare();
-       struct NCR5380_hostdata *hostdata = (struct NCR5380_hostdata * instance->hostdata);
+       struct NCR5380_hostdata *hostdata = (struct NCR5380_hostdata *) instance->hostdata;
        int transferred;
        NCR5380_setup(instance);