Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203101
b: refs/heads/master
c: f68707b
h: refs/heads/master
i:
  203099: daa6ca9
v: v3
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Jun 19, 2010
1 parent 0e99dd6 commit f5647cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 9be793bfa38436f9142de219b6eef4d8dfa96606
refs/heads/master: f68707b805b7794bb7b208e327fbe0473c470d0b
7 changes: 4 additions & 3 deletions trunk/drivers/net/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2512,9 +2512,10 @@ static int cxgb_open(struct net_device *dev)
}

dev->real_num_tx_queues = pi->nqsets;
link_start(dev);
netif_tx_start_all_queues(dev);
return 0;
err = link_start(dev);
if (!err)
netif_tx_start_all_queues(dev);
return err;
}

static int cxgb_close(struct net_device *dev)
Expand Down

0 comments on commit f5647cb

Please sign in to comment.