patch-2.3.29 linux/drivers/scsi/NCR53C9x.c

Next file: linux/drivers/scsi/advansys.c
Previous file: linux/drivers/scsi/BusLogic.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/scsi/NCR53C9x.c linux/drivers/scsi/NCR53C9x.c
@@ -668,7 +668,7 @@
 	       ccf, (int) esp->neg_defp);
 
 	/* Fill in ehost data */
-	esp->ehost->base = (unsigned char *) eregs;
+	esp->ehost->base = (unsigned long)eregs;
 	esp->ehost->this_id = esp->scsi_id;
 	esp->ehost->irq = esp->irq;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)