Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204173
b: refs/heads/master
c: 3e84beb
h: refs/heads/master
i:
  204171: ed6fb4a
v: v3
  • Loading branch information
Kei Tokunaga authored and James Bottomley committed Jul 27, 2010
1 parent e1f5dda commit fd8c233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cb237ef7a45f22373575b2d2ad2d06f7d38d6bce
refs/heads/master: 3e84beba608dee5a7c7711a3503eb2f335c78fca
2 changes: 1 addition & 1 deletion trunk/drivers/message/fusion/mptsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ mptsas_taskmgmt_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
* enable work queue to remove device from upper layers
*/
list_del(&target_reset_list->list);
if ((mptsas_find_vtarget(ioc, channel, id)) && !ioc->fw_events_off)
if (!ioc->fw_events_off)
mptsas_queue_device_delete(ioc,
&target_reset_list->sas_event_data);

Expand Down

0 comments on commit fd8c233

Please sign in to comment.