Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142113
b: refs/heads/master
c: d58069a
h: refs/heads/master
i:
  142111: 29bd1ba
v: v3
  • Loading branch information
Alan Cox authored and James Bottomley committed Apr 3, 2009
1 parent 2e66393 commit 5ed7981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e7fb6d2ee03aa2c41e6691ac919602f864068f44
refs/heads/master: d58069adc6f59f48bf96a72e6df68a670ff1b3bc
5 changes: 2 additions & 3 deletions trunk/drivers/message/fusion/mptsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -2279,9 +2279,8 @@ mptsas_delete_expander_phys(MPT_ADAPTER *ioc)
mutex_lock(&ioc->sas_topology_mutex);
list_for_each_entry_safe(port_info, n, &ioc->sas_topology, list) {

if (port_info->phy_info &&
(!(port_info->phy_info[0].identify.device_info &
MPI_SAS_DEVICE_INFO_SMP_TARGET)))
if (!(port_info->phy_info[0].identify.device_info &
MPI_SAS_DEVICE_INFO_SMP_TARGET))
continue;

if (mptsas_sas_expander_pg0(ioc, &buffer,
Expand Down

0 comments on commit 5ed7981

Please sign in to comment.