Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154049
b: refs/heads/master
c: 129dd98
h: refs/heads/master
i:
  154047: 8b2685f
v: v3
  • Loading branch information
Jiri Slaby authored and James Bottomley committed Jun 22, 2009
1 parent 9168990 commit ccf75fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3c559ea8fd003962d9a28c64b2dd5c6d83ca6edb
refs/heads/master: 129dd98194747a3b8ac1ff876d8d1f2440660d01
4 changes: 2 additions & 2 deletions trunk/drivers/message/fusion/mptsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -3518,7 +3518,7 @@ mptsas_not_responding_devices(MPT_ADAPTER *ioc)
} else
mptsas_volume_delete(ioc, sas_info->fw.id);
}
mutex_lock(&ioc->sas_device_info_mutex);
mutex_unlock(&ioc->sas_device_info_mutex);

/* expanders */
mutex_lock(&ioc->sas_topology_mutex);
Expand Down Expand Up @@ -3549,7 +3549,7 @@ mptsas_not_responding_devices(MPT_ADAPTER *ioc)
goto redo_expander_scan;
}
}
mutex_lock(&ioc->sas_topology_mutex);
mutex_unlock(&ioc->sas_topology_mutex);
}

/**
Expand Down

0 comments on commit ccf75fd

Please sign in to comment.