Fixed unassigned variable in ELS timeout message Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- lpfc_els.c | 1 + 1 file changed, 1 insertion(+) diff -upNr a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c --- a/drivers/scsi/lpfc/lpfc_els.c 2013-12-02 11:52:15.626242133 -0500 +++ b/drivers/scsi/lpfc/lpfc_els.c 2013-12-02 11:52:18.739242204 -0500 @@ -6307,6 +6307,7 @@ lpfc_els_timeout_handler(struct lpfc_vpo spin_unlock_irq(&phba->hbalock); list_for_each_entry_safe(piocb, tmp_iocb, &abort_list, dlist) { + cmd = &piocb->iocb; lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, "0127 ELS timeout Data: x%x x%x x%x " "x%x\n", els_command, -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html