Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271123
b: refs/heads/master
c: d4a759a
h: refs/heads/master
i:
  271121: 99ec3d9
  271119: 2a792e1
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed Oct 16, 2011
1 parent 9ca2b6b commit 239f0c4
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: 6bf579a326190d09d8c99316fefee7a6a892b891
refs/heads/master: d4a759a954072dcb0a0bbd64ec4bc5252182d032
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/megaraid/megaraid_sas_fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -2057,8 +2057,7 @@ int megasas_reset_fusion(struct Scsi_Host *shost)
if (instance->adprecovery == MEGASAS_HW_CRITICAL_ERROR) {
printk(KERN_WARNING "megaraid_sas: Hardware critical error, "
"returning FAILED.\n");
retval = FAILED;
goto out;
return FAILED;
}

mutex_lock(&instance->reset_mutex);
Expand Down

0 comments on commit 239f0c4

Please sign in to comment.