Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214789
b: refs/heads/master
c: 206d6b3
h: refs/heads/master
i:
  214787: 40b9f45
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 28, 2010
1 parent 6d01ab4 commit b0731ba
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: 1eb63a28148336b8a97ff5ee0ecd6830e76a7044
refs/heads/master: 206d6b3270921fe4a207515beb1f7f7cd8aa3597
3 changes: 2 additions & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,8 @@ static int mv643xx_eth_probe(struct platform_device *pdev)
mp->dev = dev;

set_params(mp, pd);
dev->real_num_tx_queues = mp->txq_count;
netif_set_real_num_tx_queues(dev, mp->txq_count);
netif_set_real_num_rx_queues(dev, mp->rxq_count);

if (pd->phy_addr != MV643XX_ETH_PHY_NONE)
mp->phy = phy_scan(mp, pd->phy_addr);
Expand Down

0 comments on commit b0731ba

Please sign in to comment.