fix bug in ethernet irq handler
authorMike Baker <mbm@openwrt.org>
Thu, 12 Oct 2006 22:54:26 +0000 (22:54 +0000)
committerMike Baker <mbm@openwrt.org>
Thu, 12 Oct 2006 22:54:26 +0000 (22:54 +0000)
SVN-Revision: 5056

openwrt/target/linux/aruba-2.6/patches/010-ar2313_enet.patch

index 529315a2c97b95a09df9b6e327c98c89ae2d644c..d71d96f452a6d4eab7094d5838cc8b7be00ca0ed 100644 (file)
@@ -1228,7 +1228,7 @@ diff -Nur linux-2.6.17/drivers/net/ar2313/ar2313.c linux-2.6.17-owrt/drivers/net
 +          ar2313_restart(dev);
 +      }
 +    }
 +          ar2313_restart(dev);
 +      }
 +    }
-+    return IRQ_RETVAL(0);
++    return IRQ_HANDLED;
 +}
 +
 +
 +}
 +
 +