commit | 4e541debb8f8746bd61f41cbb129ce9c6987b9d8 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Tue Jun 25 11:27:26 2013 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Jul 08 17:29:21 2013 +0100 |
tree | 84b3b42fec0a4f1b95a4efe75eca304d1adeb9f6 | |
parent | c5dcfaac943da1a2981e7488f74b0d4259fbb43f [diff] |
[SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs(). Since the value of cur_seg is not used and since scsi_prot_sglist() has no side effects it is safe to remove the statement "cur_seg = scsi_port_sglist(cmd)". Detected by Coverity. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>