Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300602
b: refs/heads/master
c: 3440ecc
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Apr 12, 2012
1 parent 91f1226 commit eb5bacf
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: 2fa15bbdd8a1ac096819df29db8d69b063752bee
refs/heads/master: 3440ecc4538b7e833b979af9caec613c984b2302
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/rdc/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ static void r6040_tx(struct net_device *dev)
err = ioread16(ioaddr + MLSR);

if (err & 0x0200)
dev->stats.rx_fifo_errors++;
dev->stats.tx_fifo_errors++;
if (err & (0x2000 | 0x4000))
dev->stats.tx_carrier_errors++;

Expand Down

0 comments on commit eb5bacf

Please sign in to comment.