Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368586
b: refs/heads/master
c: 39c0a0d
h: refs/heads/master
v: v3
  • Loading branch information
Claudiu Manoil authored and David S. Miller committed Mar 21, 2013
1 parent af03d09 commit 6d42425
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: 14c3326a111b948cabc35d523a43a1e6663f6091
refs/heads/master: 39c0a0d5be287415ef0dc0dc15813e6fc86487e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/freescale/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ static int gfar_poll(struct napi_struct *napi, int budget)
struct gfar_priv_tx_q *tx_queue = NULL;
struct gfar_priv_rx_q *rx_queue = NULL;
int work_done = 0, work_done_per_q = 0;
int i, budget_per_q;
int i, budget_per_q = 0;
int has_tx_work;
unsigned long rstat_rxf;
int num_act_queues;
Expand Down

0 comments on commit 6d42425

Please sign in to comment.