Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82991
b: refs/heads/master
c: 1569d9e
h: refs/heads/master
i:
  82989: c1c5794
  82987: d12c1f3
  82983: 5ff8418
  82975: 0657dad
v: v3
  • Loading branch information
Richard Knutsson authored and Linus Torvalds committed Feb 5, 2008
1 parent a9aad68 commit 3823262
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: 52debb06238b8076ec2667359668d4c5e38e8807
refs/heads/master: 1569d9e89a77d51750497dc23d303e27d0d9494d
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/3c574_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static void tc574_reset(struct net_device *dev)
mdio_write(ioaddr, lp->phys, 4, lp->advertising);
if (!auto_polarity) {
/* works for TDK 78Q2120 series MII's */
int i = mdio_read(ioaddr, lp->phys, 16) | 0x20;
i = mdio_read(ioaddr, lp->phys, 16) | 0x20;
mdio_write(ioaddr, lp->phys, 16, i);
}

Expand Down

0 comments on commit 3823262

Please sign in to comment.