[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
[deliverable/linux.git] / drivers / scsi / hptiop.c
index df1a76438e29855245efedc2c9dffba673af3f13..e7b2f3575ce99466c1ddf50991744205b4d0c0fa 100644 (file)
@@ -574,7 +574,7 @@ static void hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag,
                        scsi_bufflen(scp) - le32_to_cpu(req->dataxfer_length));
                scp->result = SAM_STAT_CHECK_CONDITION;
                memcpy(&scp->sense_buffer, &req->sg_list,
-                               min_t(size_t, sizeof(scp->sense_buffer),
+                               min_t(size_t, SCSI_SENSE_BUFFERSIZE,
                                        le32_to_cpu(req->dataxfer_length)));
                break;
 
This page took 0.025587 seconds and 5 git commands to generate.