Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276813
b: refs/heads/master
c: 1806fcd
h: refs/heads/master
i:
  276811: f4790b5
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Dec 12, 2011
1 parent 9e4ffb1 commit 23e0ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3aadff356bb80dae1ebb0a2e68974fdbb39fe034
refs/heads/master: 1806fcd5d3d7644511e57b1d0a397837b0b38623
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
mcp->mb[0] = MBS_LINK_DOWN_ERROR;
ql_log(ql_log_warn, base_vha, 0x1004,
"FW hung = %d.\n", ha->flags.isp82xx_fw_hung);
rval = QLA_FUNCTION_FAILED;
goto premature_exit;
return QLA_FUNCTION_TIMEOUT;
}

/*
Expand Down

0 comments on commit 23e0ec7

Please sign in to comment.