From: Rusty Russell <rusty@rustcorp.com.au>
To: Frank Davis <fdavis@si.rr.com>
Cc: linux-kernel@vger.kernel.org, AKellner@connectcom.net,
support@connectcom.net
Subject: Re: [PATCH] 2.5.59 : drivers/scsi/advansys.c
Date: Mon, 10 Feb 2003 11:35:47 +1100 [thread overview]
Message-ID: <20030210014642.57BD62C2B1@lists.samba.org> (raw)
In-Reply-To: Your message of "Fri, 07 Feb 2003 12:24:54 CDT." <Pine.LNX.4.44.0302071223250.6917-100000@master>
In message <Pine.LNX.4.44.0302071223250.6917-100000@master> you write:
> Hello all,
> The following patch addresses buzilla bug # 324, and removes a double
> logical issue. Please review for inclusion.
>
> Regards,
> Frank
Once again, the author needs to say what they want here.
Andy?
Thanks,
Rusty.
> --- linux/drivers/scsi/advansys.c.old 2003-01-16 21:21:49.000000000 -0500
> +++ linux/drivers/scsi/advansys.c 2003-02-07 02:09:58.000000000 -0500
> @@ -7100,7 +7100,7 @@
> * then return the number of underrun bytes.
> */
> if (scp->request_bufflen != 0 && qdonep->remain_bytes != 0 &&
> - qdonep->remain_bytes <= scp->request_bufflen != 0) {
> + qdonep->remain_bytes <= scp->request_bufflen && scp->request_bufflen!= 0) {
> ASC_DBG1(1, "asc_isr_callback: underrun condition %u bytes\n",
> (unsigned) qdonep->remain_bytes);
> scp->resid = qdonep->remain_bytes;
>
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
prev parent reply other threads:[~2003-02-10 1:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-07 17:24 Frank Davis
2003-02-07 17:35 ` Dave Jones
2003-02-10 0:35 ` Rusty Russell [this message]
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=20030210014642.57BD62C2B1@lists.samba.org \
--to=rusty@rustcorp.com.au \
--cc=AKellner@connectcom.net \
--cc=fdavis@si.rr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=support@connectcom.net \
/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
all inboxes | Powered by JetHome®