Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224517
b: refs/heads/master
c: 7438a54
h: refs/heads/master
i:
  224515: 2335cc0
v: v3
  • Loading branch information
Adam Edvardsson authored and David S. Miller committed Nov 28, 2010
1 parent 4a9dde7 commit 2d239f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eac0d3ff5a92de410964fdf0d072314821ca39fc
refs/heads/master: 7438a5455734d109fdf18d97147dc57a6dbe5a44
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ static int ethoc_poll(struct napi_struct *napi, int budget)

work_done = ethoc_rx(priv->netdev, budget);
if (work_done < budget) {
ethoc_enable_irq(priv, INT_MASK_RX);
napi_complete(napi);
ethoc_enable_irq(priv, INT_MASK_RX);
}

return work_done;
Expand Down

0 comments on commit 2d239f1

Please sign in to comment.