[SCSI] qla2xxx: Remove redundant assignments.
authorBart Van Assche <bvanassche@acm.org>
Tue, 25 Jun 2013 15:27:27 +0000 (11:27 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 8 Jul 2013 16:30:25 +0000 (17:30 +0100)
commit7f544d00698282655c7abed2262a39f5d9fe9283
tree02ce43d9aef1bcf3185b40087370296e8e786d6c
parent4e541debb8f8746bd61f41cbb129ce9c6987b9d8
[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>
drivers/scsi/qla2xxx/qla_dbg.c