devices/e1000/e1000_main-2.6.22-ethercat.c
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2050 a3e59f2a8589
child 2471 fc64a4b1ec1a
--- a/devices/e1000/e1000_main-2.6.22-ethercat.c	Thu Sep 06 19:52:17 2012 +0200
+++ b/devices/e1000/e1000_main-2.6.22-ethercat.c	Thu Sep 06 20:22:24 2012 +0200
@@ -2404,7 +2404,7 @@
 		/* No need to loop, because 82542 supports only 1 queue */
 		struct e1000_rx_ring *ring = &adapter->rx_ring[0];
 		e1000_configure_rx(adapter);
-		if (adapter->ecdev) { 
+		if (adapter->ecdev) {
 			/* fill rx ring completely! */
 			adapter->alloc_rx_buf(adapter, ring, ring->count);
 		} else {