Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40570
b: refs/heads/master
c: 06f0015
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Nov 1, 2006
1 parent 512822a commit 0998e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 79c356f44b26da9fe357ed1a11e7faec4fd94e13
refs/heads/master: 06f0015ace46ce9d313ec02d6b13c47c8e795a6c
3 changes: 0 additions & 3 deletions trunk/drivers/net/arm/ep93xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ static int ep93xx_rx(struct net_device *dev, int *budget)
" %.8x %.8x\n", rstat0, rstat1);

if (!(rstat0 & RSTAT0_RWE)) {
printk(KERN_NOTICE "ep93xx_rx: receive error "
" %.8x %.8x\n", rstat0, rstat1);

ep->stats.rx_errors++;
if (rstat0 & RSTAT0_OE)
ep->stats.rx_fifo_errors++;
Expand Down

0 comments on commit 0998e18

Please sign in to comment.