[SCSI] qla4xxx: correct data type of sense_len in qla4xxx_status_cont_entry
authorVikas Chaudhary <vikas.chaudhary@qlogic.com>
Thu, 7 Oct 2010 05:48:53 +0000 (22:48 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 25 Oct 2010 19:49:40 +0000 (14:49 -0500)
commit735e41543c12c245290cf652727893a66cbd8ab6
tree2c921d921bfdfdf6c6786bf04d516db8bbefd166
parent884292ecee7148fb8f6297c85b98c54a61d95a20
[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>
drivers/scsi/qla4xxx/ql4_isr.c