From 1109c94444504bff8b7463879e598fb320bf77c0 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 15 Oct 2013 21:29:50 -0300 Subject: [PATCH] [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-format-patch failed