]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 00:31:27 +0000 (09:31 +0900)
commiteea39c13d16351956b93014e441dc94b54e842a2
treee08bc6dd70b4a5b1f5f9f9c1fadd21327db93294
parent8c624dacbf94dd92bc6385cfd0b97698f56cedbd
qla2xxx: Properly set the dsd_list_len for dsd_chaining in cmd type 6.

commit fa96d927362a422405d65491326f8ef763572e84 upstream.

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.

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