* fix jiffies compare warning in aha152x
@ 2003-03-11 19:13 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2003-03-11 19:13 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi
--- 1.24/drivers/scsi/aha152x.c Thu Feb 27 04:02:59 2003
+++ edited/drivers/scsi/aha152x.c Mon Mar 10 14:36:18 2003
@@ -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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-11 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-11 19:13 fix jiffies compare warning in aha152x Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.