Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22550
b: refs/heads/master
c: 406d604
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Wellnitz authored and James Bottomley committed Mar 1, 2006
1 parent 99c4b1c commit 9ef060f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 901a920f0759c6ea94255f3c2cd6ec324f7e4752
refs/heads/master: 406d6041ace581b63a7898f3c1ef036c58c74989
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/lpfc/lpfc_sli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2867,11 +2867,10 @@ lpfc_sli_issue_mbox_wait(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq,
pmboxq->context1 = NULL;
/* if schedule_timeout returns 0, we timed out and were not
woken up */
if (timeleft == 0) {
if ((timeleft == 0) || signal_pending(current))
retval = MBX_TIMEOUT;
} else {
else
retval = MBX_SUCCESS;
}
}


Expand Down

0 comments on commit 9ef060f

Please sign in to comment.