PATCH: fix time types in aha152x

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 21 Mar 2003 19:45:02 GMT


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/