[SCSI] qla2xxx: Properly set the dsd_list_len for dsd_chaining in cmd type 6.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 10 May 2011 18:18:15 +0000 (11:18 -0700)
committerJames Bottomley <jbottomley@parallels.com>
Tue, 17 May 2011 07:28:03 +0000 (11:28 +0400)
commitfa96d927362a422405d65491326f8ef763572e84
treef79166814f6047e563934ef03722717eb3ca3911
parentcefcaba67ab97fb756b3a6af5139c94d861b660d
[SCSI] qla2xxx: Properly set the dsd_list_len for dsd_chaining in cmd type 6.

The firmware spec has the fcp_data_dseg_len defined as a 32-bit
value, while the corresponding field in the driver structure has
it defined as a 16-bit value.

Cc: stable@kernel.org
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_fw.h
drivers/scsi/qla2xxx/qla_nx.c