mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
[SCSI] mptsas: remove unneeded check
Signed-off-by: Alan Cox <alan@redhat.com> Cc: Eric Moore <eric.moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
e7fb6d2ee0
commit
d58069adc6
@ -2279,9 +2279,8 @@ mptsas_delete_expander_phys(MPT_ADAPTER *ioc)
|
|||||||
mutex_lock(&ioc->sas_topology_mutex);
|
mutex_lock(&ioc->sas_topology_mutex);
|
||||||
list_for_each_entry_safe(port_info, n, &ioc->sas_topology, list) {
|
list_for_each_entry_safe(port_info, n, &ioc->sas_topology, list) {
|
||||||
|
|
||||||
if (port_info->phy_info &&
|
if (!(port_info->phy_info[0].identify.device_info &
|
||||||
(!(port_info->phy_info[0].identify.device_info &
|
MPI_SAS_DEVICE_INFO_SMP_TARGET))
|
||||||
MPI_SAS_DEVICE_INFO_SMP_TARGET)))
|
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (mptsas_sas_expander_pg0(ioc, &buffer,
|
if (mptsas_sas_expander_pg0(ioc, &buffer,
|
||||||
|
Loading…
Reference in New Issue
Block a user