From: Bart Van Assche Date: Tue, 25 Jun 2013 15:27:27 +0000 (-0400) Subject: [SCSI] qla2xxx: Remove redundant assignments. X-Git-Tag: v3.11-rc1~6^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f544d00698282655c7abed2262a39f5d9fe9283;p=pandora-kernel.git [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 Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- Reading git-diff-tree failed