Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168750
b: refs/heads/master
c: f88c5b9
h: refs/heads/master
v: v3
  • Loading branch information
Sriram authored and David S. Miller committed Nov 16, 2009
1 parent ac8f8f2 commit 3332184
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: 2c554e10e84e958366344aa5bd293c6feea72d89
refs/heads/master: f88c5b9887a95ce424db629ee79b57f6ef5bfddd
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ static int smsc911x_poll(struct napi_struct *napi, int budget)
struct net_device *dev = pdata->dev;
int npackets = 0;

while (likely(netif_running(dev)) && (npackets < budget)) {
while (npackets < budget) {
unsigned int pktlength;
unsigned int pktwords;
struct sk_buff *skb;
Expand Down

0 comments on commit 3332184

Please sign in to comment.