Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293000
b: refs/heads/master
c: 1f4fe89
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Skirvin authored and James Bottomley committed Feb 19, 2012
1 parent 90d5738 commit 6368241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 2a559f4ba443265b4c58925b48296f1cf81b49f9
refs/heads/master: 1f4fe89c9c78d3163cf1e389bdc6438a44b64244
5 changes: 1 addition & 4 deletions trunk/drivers/scsi/libsas/sas_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,8 @@ static int sas_phy_enable(struct sas_phy *phy, int enable)

if (enable)
ret = transport_sas_phy_reset(phy, 0);
else {
sas_phy_disconnected(asd_phy);
sas_ha->notify_phy_event(asd_phy, PHYE_LOSS_OF_SIGNAL);
else
ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL);
}
} else {
struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent);
struct domain_device *ddev = sas_find_dev_by_rphy(rphy);
Expand Down

0 comments on commit 6368241

Please sign in to comment.