Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139818
b: refs/heads/master
c: a2c465d
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and David S. Miller committed Apr 2, 2009
1 parent 06c2110 commit a9699d0
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: 9961d84270ce1d5f4c662382acf0b418a3ff6a0f
refs/heads/master: a2c465db9d5577b601e9b5a4bebc87fdea1ccabe
2 changes: 1 addition & 1 deletion trunk/drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ static int tc35815_poll(struct napi_struct *napi, int budget)
do {
tc_writel(status, &tr->Int_Src); /* write to clear */

handled = tc35815_do_interrupt(dev, status, limit);
handled = tc35815_do_interrupt(dev, status, budget - received);
if (handled >= 0) {
received += handled;
if (received >= budget)
Expand Down

0 comments on commit a9699d0

Please sign in to comment.