[PATCH] ep93xx_eth: don't report RX errors
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 30 Oct 2006 18:54:08 +0000 (19:54 +0100)
committerJeff Garzik <jeff@garzik.org>
Wed, 1 Nov 2006 01:22:05 +0000 (20:22 -0500)
Flooding the console with error messages for every RX FIFO overrun,
checksum error and framing error isn't very sensible.  Each of these
errors can occur during normal operation, so stop printk'ing error
messages for RX errors at all.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found