diff -r 69056c46aa4d -r bc2d4bf9cbe5 devices/e1000/e1000_main-2.6.22-ethercat.c --- 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 {