Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271126
b: refs/heads/master
c: 3f0e58b
h: refs/heads/master
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed Oct 16, 2011
1 parent babff73 commit 20c246b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6497b2475df330437d462c770ee9af0a271d88f9
refs/heads/master: 3f0e58bc8ff80e173660bdfcc514d8a5c4419764
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/megaraid/megaraid_sas_fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,8 @@ int megasas_reset_fusion(struct Scsi_Host *shost)
continue;
}

clear_bit(MEGASAS_FUSION_IN_RESET,
&instance->reset_flags);
instance->instancet->enable_intr(instance->reg_set);
instance->adprecovery = MEGASAS_HBA_OPERATIONAL;

Expand Down Expand Up @@ -2240,6 +2242,7 @@ int megasas_reset_fusion(struct Scsi_Host *shost)
megaraid_sas_kill_hba(instance);
retval = FAILED;
} else {
clear_bit(MEGASAS_FUSION_IN_RESET, &instance->reset_flags);
instance->instancet->enable_intr(instance->reg_set);
instance->adprecovery = MEGASAS_HBA_OPERATIONAL;
}
Expand Down

0 comments on commit 20c246b

Please sign in to comment.