Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200148
b: refs/heads/master
c: b1011b3
h: refs/heads/master
v: v3
  • Loading branch information
Phil Sutter authored and David S. Miller committed Jun 2, 2010
1 parent 5fc3d20 commit 08b7974
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: 53ee490ac5836d506ea5830f821045aafa3c196f
refs/heads/master: b1011b375be106e0a312baafc981a26165283efe
2 changes: 1 addition & 1 deletion trunk/drivers/net/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int korina_rx(struct net_device *dev, int limit)
if (devcs & ETH_RX_LE)
dev->stats.rx_length_errors++;
if (devcs & ETH_RX_OVR)
dev->stats.rx_over_errors++;
dev->stats.rx_fifo_errors++;
if (devcs & ETH_RX_CV)
dev->stats.rx_frame_errors++;
if (devcs & ETH_RX_CES)
Expand Down

0 comments on commit 08b7974

Please sign in to comment.