aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
authorJames Smart <[email protected]>2018-03-05 12:04:07 -0800
committerMartin K. Petersen <[email protected]>2018-03-12 21:55:24 -0400
commite29d74f8eb1450b0b6c4736210d76cb56ef40e1d (patch)
treef449dc44b6d2df5d62457dbf84ef6e8a03836f53 /drivers/scsi/lpfc/lpfc_init.c
parenta3da825b499f495f959052b848e893550ddaf626 (diff)
scsi: lpfc: Fix mailbox wait for POST_SGL mbox command
POST_SGL_PAGES mailbox command failed with status (timeout). wait_event_interruptible_timeout when called from mailbox wait interface, gets interrupted, and will randomly fail. Behavior seems very specific to 1 particular server type. Fix by changing from wait_event_interruptible_timeout to wait_for_completion_timeout. Signed-off-by: Dick Kennedy <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
0 files changed, 0 insertions, 0 deletions