Re: [PATCH] stex: use resid for xfer len information

2007-07-08 Thread Boaz Harrosh
Ed Lin wrote: > The original implementation in stex_ys_commands() is inappropriate. > For xfer len information, we should use resid instead. > > Signed-off-by: Ed Lin <[EMAIL PROTECTED]> > --- > diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c > index adda296..72f6d80 100644 > --- a/drivers/

[PATCH] stex: use resid for xfer len information

2007-07-05 Thread Ed Lin
The original implementation in stex_ys_commands() is inappropriate. For xfer len information, we should use resid instead. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index adda296..72f6d80 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scs