patch-2.4.21 linux-2.4.21/drivers/scsi/aha152x.c

Next file: linux-2.4.21/drivers/scsi/aic79xx/CHANGELOG
Previous file: linux-2.4.21/drivers/scsi/advansys.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/scsi/aha152x.c linux-2.4.21/drivers/scsi/aha152x.c
@@ -2649,7 +2649,7 @@
 
 static void datai_run(struct Scsi_Host *shpnt)
 {
-	unsigned int the_time;
+	unsigned long the_time;
 	int fifodata, data_count;
 
 	/*
@@ -2791,7 +2791,7 @@
 
 static void datao_run(struct Scsi_Host *shpnt)
 {
-	unsigned int the_time;
+	unsigned long the_time;
 	int data_count;
 
 	/* until phase changes or all data sent */

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