fix bug in ethernet irq handler
SVN-Revision: 5056
This commit is contained in:
parent
1f981bcc8a
commit
914d8a2d86
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue