* [PATCH 6/7 V2] lpfc 8.3.44: Fixed unassigned variable in ELS timeout message
@ 2013-12-18 1:30 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2013-12-18 1:30 UTC (permalink / raw)
To: linux-scsi
Fixed unassigned variable in ELS timeout message
Signed-off-by: James Smart <james.smart@emulex.com>
---
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-18 1:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 1:30 [PATCH 6/7 V2] lpfc 8.3.44: Fixed unassigned variable in ELS timeout message James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).