From: Christoph Hellwig <hch@lst.de>
To: James.Bottomley@steeleye.com
Cc: linux-scsi@vger.kernel.org
Subject: fix jiffies compare warning in aha152x
Date: Tue, 11 Mar 2003 20:13:26 +0100 [thread overview]
Message-ID: <20030311201326.C986@lst.de> (raw)
--- 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 */
reply other threads:[~2003-03-11 19:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030311201326.C986@lst.de \
--to=hch@lst.de \
--cc=James.Bottomley@steeleye.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox