lkml.org 
[lkml]   [2003]   [Feb]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [PATCH] 2.5.59 : drivers/scsi/advansys.c
Date
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.
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.033 / U:1.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site