From: Felipe Pena Date: Wed, 16 Oct 2013 00:29:50 +0000 (-0300) Subject: [SCSI] lpfc: Fix typo on NULL assignment X-Git-Tag: v3.13-rc1~99^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1109c94444504bff8b7463879e598fb320bf77c0;p=pandora-kernel.git [SCSI] lpfc: Fix typo on NULL assignment In the lpfc_ct_free_iocb function after freeing associated memory to the ctiocb->context3, the ctiocb->context1 is set to NULL instead of context3. Signed-off-by: Felipe Pena Acked-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed