Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263799
b: refs/heads/master
c: bc91ade
h: refs/heads/master
i:
  263797: 569ced1
  263795: cc39266
  263791: 4adf075
v: v3
  • Loading branch information
Chad Dupuis authored and James Bottomley committed Aug 27, 2011
1 parent 73b6990 commit 1d66222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7594206493880007fd68a18d6e9f380a1afe20d4
refs/heads/master: bc91ade9b7bc274d625c9b24c04d365a2daf481e
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,10 @@ qla2xxx_eh_abort(struct scsi_cmnd *cmd)
qla2x00_sp_compl(ha, sp);
spin_unlock_irqrestore(&ha->hardware_lock, flags);

/* Did the command return during mailbox execution? */
if (ret == FAILED && !CMD_SP(cmd))
ret = SUCCESS;

/* Wait for the command to be returned. */
if (wait) {
if (qla2x00_eh_wait_on_command(cmd) != QLA_SUCCESS) {
Expand Down

0 comments on commit 1d66222

Please sign in to comment.