Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222047
b: refs/heads/master
c: e7a3795
h: refs/heads/master
i:
  222045: f7563a7
  222043: c757789
  222039: fd8abc9
  222031: dfe17d6
  222015: a10c979
v: v3
  • Loading branch information
Casey Leedom authored and David S. Miller committed Nov 12, 2010
1 parent a91fce1 commit 26c0d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8b6edf878a28979df6057cf414c51ab39bc3cc6f
refs/heads/master: e7a3795f56122cc92530c3f9412b8ff19b70184c
4 changes: 3 additions & 1 deletion trunk/drivers/net/cxgb4vf/cxgb4vf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,9 @@ static int cxgb4vf_open(struct net_device *dev)
if (err)
return err;
set_bit(pi->port_id, &adapter->open_device_map);
link_start(dev);
err = link_start(dev);
if (err)
return err;
netif_tx_start_all_queues(dev);
return 0;
}
Expand Down

0 comments on commit 26c0d4a

Please sign in to comment.