devices/e1000/e1000_main-2.6.18-ethercat.c
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 1325 16aacb421bd4
child 2582 87e502828b3f
--- a/devices/e1000/e1000_main-2.6.18-ethercat.c	Thu Sep 06 19:52:17 2012 +0200
+++ b/devices/e1000/e1000_main-2.6.18-ethercat.c	Thu Sep 06 20:22:24 2012 +0200
@@ -2178,7 +2178,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 {