mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
[SCSI] qla4xxx: correct data type of sense_len in qla4xxx_status_cont_entry
change data type of sense_len from uint8_t to uint16_t Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: Ravi Anand <ravi.anand@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
884292ecee
commit
735e41543c
@ -72,7 +72,7 @@ qla4xxx_status_cont_entry(struct scsi_qla_host *ha,
|
||||
{
|
||||
struct srb *srb = ha->status_srb;
|
||||
struct scsi_cmnd *cmd;
|
||||
uint8_t sense_len;
|
||||
uint16_t sense_len;
|
||||
|
||||
if (srb == NULL)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user