ACK on ips bits.
Sincerely -- Mark Salyzyn
. . .
> diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
> index e54d30c..b1b2295 100644
> --- a/drivers/scsi/ips.c
> +++ b/drivers/scsi/ips.c
> @@ -2736,8 +2736,6 @@ ips_next(ips_ha_t * ha, int intr)
> SC->result = DID_OK;
>
LLDs don't need to zero out scsi_cmnd::sense_buffer in queuecommand
since scsi-ml does. This is a preparation of the future changes to
allocate the sense_buffer only when necessary.
Many LLDs zero out the sense_buffer before touching it on the error
case. This patch lets them alone for now because
2 matches
Mail list logo