Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131698
b: refs/heads/master
c: 62660e2
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 20, 2009
1 parent 965f219 commit 47a455e
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: 9df8f4e3ee760c14211a5f484e9ee4f0bc0c566b
refs/heads/master: 62660e28084df3d8067ab855f326d3027808c569
2 changes: 1 addition & 1 deletion trunk/drivers/net/sundance.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ static void check_duplex(struct net_device *dev)
printk(KERN_INFO "%s: Setting %s-duplex based on MII #%d "
"negotiated capability %4.4x.\n", dev->name,
duplex ? "full" : "half", np->phys[0], negotiated);
iowrite16(ioread16(ioaddr + MACCtrl0) | duplex ? 0x20 : 0, ioaddr + MACCtrl0);
iowrite16(ioread16(ioaddr + MACCtrl0) | (duplex ? 0x20 : 0), ioaddr + MACCtrl0);
}
}

Expand Down

0 comments on commit 47a455e

Please sign in to comment.