Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34977
b: refs/heads/master
c: 0c269e6
h: refs/heads/master
i:
  34975: 0501ddf
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jul 28, 2006
1 parent d8da7dc commit aa96576
Show file tree
Hide file tree
Showing 2 changed files with 7 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: f4c8aa1107969c26b1984eb2996a58f816dea71f
refs/heads/master: 0c269e6d3c615403a6e0acbe6e88f1c0da9c2396
8 changes: 6 additions & 2 deletions trunk/drivers/message/fusion/mptsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1642,14 +1642,18 @@ static int mptsas_probe_one_phy(struct device *dev,

for (i = 0; i < port_info->num_phys; i++)
if (port_info->phy_info[i].identify.sas_address ==
identify.sas_address)
identify.sas_address) {
sas_port_mark_backlink(port);
goto out;
}

} else if (scsi_is_sas_rphy(parent)) {
struct sas_rphy *parent_rphy = dev_to_rphy(parent);
if (identify.sas_address ==
parent_rphy->identify.sas_address)
parent_rphy->identify.sas_address) {
sas_port_mark_backlink(port);
goto out;
}
}

switch (identify.device_type) {
Expand Down

0 comments on commit aa96576

Please sign in to comment.