devices/e1000/e1000_main-2.6.33-ethercat.c
changeset 2033 b67eb5c26716
parent 1992 b1266dd6bb2f
child 2163 d6d49dcaf7a5
--- a/devices/e1000/e1000_main-2.6.33-ethercat.c	Wed Jan 05 12:46:12 2011 +0100
+++ b/devices/e1000/e1000_main-2.6.33-ethercat.c	Thu Jan 06 10:50:54 2011 +0100
@@ -3457,7 +3457,7 @@
 	if (unlikely((!icr) || test_bit(__E1000_DOWN, &adapter->flags)))
 		return IRQ_NONE;  /* Not our interrupt */
 
-	if (!adapter->ecdev && unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
+    if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
 		hw->get_link_status = 1;
 		/* guard against interrupt when we're going down */
 		if (!test_bit(__E1000_DOWN, &adapter->flags))