projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c3bdf
)
[SCSI] lpfc 8.3.44: Fixed unassigned variable in ELS timeout message
author
James Smart
<james.smart@emulex.com>
Wed, 18 Dec 2013 01:30:09 +0000
(20:30 -0500)
committer
James Bottomley
<JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:18:55 +0000
(10:18 -0700)
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/lpfc/lpfc_els.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_els.c
b/drivers/scsi/lpfc/lpfc_els.c
index 2b5e88df9ff9b5c1b7eee8b0e94ba473c721e15a..a6198e961b51d4a9440b1c24e89217d8cb9c02aa 100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_els.c
+++ b/
drivers/scsi/lpfc/lpfc_els.c
@@
-6307,6
+6307,7
@@
lpfc_els_timeout_handler(struct lpfc_vport *vport)
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,