Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376093
b: refs/heads/master
c: a3659aa
h: refs/heads/master
i:
  376091: 08f22e5
v: v3
  • Loading branch information
Andrew Lunn authored and David S. Miller committed May 14, 2013
1 parent 235e496 commit 0cf3b86
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: 54d27fcb338bd9c42d1dfc5a39e18f6f9d373c2e
refs/heads/master: a3659aa09a2ee7e0028349b9100d8b4a7750a4be
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/marvell/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2745,7 +2745,7 @@ static int mv643xx_eth_probe(struct platform_device *pdev)

INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);

netif_napi_add(dev, &mp->napi, mv643xx_eth_poll, 128);
netif_napi_add(dev, &mp->napi, mv643xx_eth_poll, NAPI_POLL_WEIGHT);

init_timer(&mp->rx_oom);
mp->rx_oom.data = (unsigned long)mp;
Expand Down

0 comments on commit 0cf3b86

Please sign in to comment.