PATCH: fix time types in aha152x

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Fri Mar 21 2003 - 14:45:02 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/drivers/scsi/aha152x.c linux-2.5.65-ac2/drivers/scsi/aha152x.c
--- linux-2.5.65/drivers/scsi/aha152x.c 2003-03-06 17:04:28.000000000 +0000
+++ linux-2.5.65-ac2/drivers/scsi/aha152x.c 2003-03-14 00:54:01.000000000 +0000
@@ -2651,7 +2651,7 @@
 
 static void datai_run(struct Scsi_Host *shpnt)
 {
- unsigned int the_time;
+ unsigned long the_time;
         int fifodata, data_count;
 
         /*
@@ -2793,7 +2793,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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:37 EST