mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:51:55 +02:00
fix bug in ethernet irq handler
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5056 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3dcabf1774
commit
a9ad906388
@ -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);
|
||||
+ }
|
||||
+ }
|
||||
+ return IRQ_RETVAL(0);
|
||||
+ return IRQ_HANDLED;
|
||||
+}
|
||||
+
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user