Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57101
b: refs/heads/master
c: 34dd962
h: refs/heads/master
i:
  57099: c7bc0c4
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed May 30, 2007
1 parent a323727 commit 39da456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 56069c0fdd3a4db5769df30c9700cd3bc002fc48
refs/heads/master: 34dd962b748bdb4f96fc5e6e69dc66522924f489
2 changes: 1 addition & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static void sky2_phy_init(struct sky2_hw *hw, unsigned port)
/* for SFP-module set SIGDET polarity to low */
ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL);
ctrl |= PHY_M_FIB_SIGD_POL;
gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl);
gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl);
}

gm_phy_write(hw, port, PHY_MARV_EXT_ADR, pg);
Expand Down

0 comments on commit 39da456

Please sign in to comment.