commit | 7f544d00698282655c7abed2262a39f5d9fe9283 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Tue Jun 25 11:27:27 2013 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Jul 08 17:30:25 2013 +0100 |
tree | 02ce43d9aef1bcf3185b40087370296e8e786d6c | |
parent | 4e541debb8f8746bd61f41cbb129ce9c6987b9d8 [diff] |
[SCSI] qla2xxx: Remove redundant assignments. The value of the pointer called "nxt" is not used after the "nxt = qla24xx_copy_eft(ha, nxt)" statement. Hence keep the function call but remove the assignment. 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>