Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210133
b: refs/heads/master
c: 4169591
h: refs/heads/master
i:
  210131: 5efdd5e
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 24, 2010
1 parent e18140b commit 5091651
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ef24b16b5d67c815874ed2d0e2581db629661ba3
refs/heads/master: 4169591fd7c260b2b0b4e8f4d51f63f5b15ad78a
6 changes: 2 additions & 4 deletions trunk/drivers/net/pxa168_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1414,10 +1414,8 @@ static int ethernet_phy_setup(struct net_device *dev)
{
struct pxa168_eth_private *pep = netdev_priv(dev);

if (pep->pd != NULL) {
if (pep->pd->init)
pep->pd->init();
}
if (pep->pd->init)
pep->pd->init();
pep->phy = phy_scan(pep, pep->pd->phy_addr & 0x1f);
if (pep->phy != NULL)
phy_init(pep, pep->pd->speed, pep->pd->duplex);
Expand Down

0 comments on commit 5091651

Please sign in to comment.