Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75321
b: refs/heads/master
c: c6a1b62
h: refs/heads/master
i:
  75319: e0ea136
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 9, 2008
1 parent 78e0863 commit 00a6620
Show file tree
Hide file tree
Showing 2 changed files with 3 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: edba2a1fefc6296bc527754dee1c72a625bb675a
refs/heads/master: c6a1b62de9d043f274ec3ae2e207908c6d5feff3
3 changes: 2 additions & 1 deletion trunk/drivers/net/tulip/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ int tulip_poll(struct napi_struct *napi, int budget)
if (tulip_debug > 5)
printk(KERN_DEBUG "%s: In tulip_rx(), entry %d %8.8x.\n",
dev->name, entry, status);
if (work_done++ >= budget)

if (++work_done >= budget)
goto not_done;

if ((status & 0x38008300) != 0x0300) {
Expand Down

0 comments on commit 00a6620

Please sign in to comment.