[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
This replaces sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE in several LLDs. It's a preparation for the future changes to remove sense_buffer array in scsi_cmnd structure. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
committed by
James Bottomley
parent
94aa5e5f62
commit
b80ca4f7ee
@@ -1142,7 +1142,7 @@ static struct scsi_cmnd *qlogicpti_intr_handler(struct qlogicpti *qpti)
|
||||
|
||||
if (sts->state_flags & SF_GOT_SENSE)
|
||||
memcpy(Cmnd->sense_buffer, sts->req_sense_data,
|
||||
sizeof(Cmnd->sense_buffer));
|
||||
SCSI_SENSE_BUFFERSIZE);
|
||||
|
||||
if (sts->hdr.entry_type == ENTRY_STATUS)
|
||||
Cmnd->result =
|
||||
|
Reference in New Issue
Block a user