Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210135
b: refs/heads/master
c: 4f2c851
h: refs/heads/master
i:
  210133: 5091651
  210131: 5efdd5e
  210127: dc18c88
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 24, 2010
1 parent c6cbd50 commit 03c7526
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: 945c7c73e2e81d68e3e2970afd95254e8f153fc9
refs/heads/master: 4f2c85106883bada5167e1d42a0409e063da8895
2 changes: 1 addition & 1 deletion trunk/drivers/net/pxa168_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ static int pxa168_eth_do_ioctl(struct net_device *dev, struct ifreq *ifr,
{
struct pxa168_eth_private *pep = netdev_priv(dev);
if (pep->phy != NULL)
return phy_mii_ioctl(pep->phy, if_mii(ifr), cmd);
return phy_mii_ioctl(pep->phy, ifr, cmd);

return -EOPNOTSUPP;
}
Expand Down

0 comments on commit 03c7526

Please sign in to comment.