Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275527
b: refs/heads/master
c: 181a9d7
h: refs/heads/master
i:
  275525: 3a567bf
  275523: 467f75d
  275519: 1587fc9
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Nov 10, 2011
1 parent b7c1219 commit 4da60dd
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 745718132c3c7cac98a622b610e239dcd5217f71
refs/heads/master: 181a9d795ab763b03b15f73402691abde98d1803
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/mpt2sas/mpt2sas_scsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -2802,6 +2802,11 @@ _scsih_error_recovery_delete_devices(struct MPT2SAS_ADAPTER *ioc)

if (ioc->is_driver_loading)
return;

fw_event = kzalloc(sizeof(struct fw_event_work), GFP_ATOMIC);
if (!fw_event)
return;

fw_event->event = MPT2SAS_REMOVE_UNRESPONDING_DEVICES;
fw_event->ioc = ioc;
_scsih_fw_event_add(ioc, fw_event);
Expand Down

0 comments on commit 4da60dd

Please sign in to comment.