Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264263
b: refs/heads/master
c: 5f3a114
h: refs/heads/master
i:
  264261: 09ad0b3
  264259: a438dfd
  264255: 4f6ad57
v: v3
  • Loading branch information
Toshiharu Okada authored and David S. Miller committed Oct 3, 2011
1 parent b247501 commit a12b307
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: 7091fbd82cd5686444ffe9935ed6a8190101fe9d
refs/heads/master: 5f3a11419099d5cc010cfbfc524ca10d8fb81f89
2 changes: 1 addition & 1 deletion trunk/drivers/net/pch_gbe/pch_gbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ static int pch_gbe_napi_poll(struct napi_struct *napi, int budget)
/* If no Tx and not enough Rx work done,
* exit the polling mode
*/
if ((work_done < budget) || !netif_running(netdev))
if (work_done < budget)
poll_end_flag = true;
}

Expand Down

0 comments on commit a12b307

Please sign in to comment.