mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
cxgb3: remove call to stop TX queues at load time.
Remove racy queue stopping after device registration. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
df32cc193a
commit
d3d2a7df2b
@ -3341,7 +3341,6 @@ static int __devinit init_one(struct pci_dev *pdev,
|
||||
adapter->name = adapter->port[i]->name;
|
||||
|
||||
__set_bit(i, &adapter->registered_device_map);
|
||||
netif_tx_stop_all_queues(adapter->port[i]);
|
||||
}
|
||||
}
|
||||
if (!adapter->registered_device_map) {
|
||||
|
Loading…
Reference in New Issue
Block a user