Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133856
b: refs/heads/master
c: 3d16543
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu authored and David S. Miller committed Jan 21, 2009
1 parent f10832d commit 543e8fa
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: a9d8f9110d7e953c2f2b521087a4179677843c2a
refs/heads/master: 3d16543d3235fefca351c10b30c1cca6536f2569
4 changes: 2 additions & 2 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ static int tg3_bmcr_reset(struct tg3 *tp)

static int tg3_mdio_read(struct mii_bus *bp, int mii_id, int reg)
{
struct tg3 *tp = (struct tg3 *)bp->priv;
struct tg3 *tp = bp->priv;
u32 val;

if (tp->tg3_flags3 & TG3_FLG3_MDIOBUS_PAUSED)
Expand All @@ -874,7 +874,7 @@ static int tg3_mdio_read(struct mii_bus *bp, int mii_id, int reg)

static int tg3_mdio_write(struct mii_bus *bp, int mii_id, int reg, u16 val)
{
struct tg3 *tp = (struct tg3 *)bp->priv;
struct tg3 *tp = bp->priv;

if (tp->tg3_flags3 & TG3_FLG3_MDIOBUS_PAUSED)
return -EAGAIN;
Expand Down

0 comments on commit 543e8fa

Please sign in to comment.