Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224409
b: refs/heads/master
c: 8739cfe
h: refs/heads/master
i:
  224407: 3784061
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 17, 2010
1 parent 3018032 commit 212ec16
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b16fed0af8416ee0fe9af6c1977f7b05e7e7c9b2
refs/heads/master: 8739cfef1ab8bc02e1bf38c02399afe62f3a7800
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/pegasus.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd)

static int mdio_read(struct net_device *dev, int phy_id, int loc)
{
pegasus_t *pegasus = (pegasus_t *) netdev_priv(dev);
pegasus_t *pegasus = netdev_priv(dev);
u16 res;

read_mii_word(pegasus, phy_id, loc, &res);
Expand Down Expand Up @@ -397,7 +397,7 @@ static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 regd)

static void mdio_write(struct net_device *dev, int phy_id, int loc, int val)
{
pegasus_t *pegasus = (pegasus_t *) netdev_priv(dev);
pegasus_t *pegasus = netdev_priv(dev);

write_mii_word(pegasus, phy_id, loc, val);
}
Expand Down

0 comments on commit 212ec16

Please sign in to comment.