You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
cxgb4: remove call to stop TX queues at load time.
Remove racy queue stopping after device registration. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d3d2a7df2b
commit
0a4201fcd4
@@ -3736,7 +3736,6 @@ static int __devinit init_one(struct pci_dev *pdev,
|
||||
|
||||
__set_bit(i, &adapter->registered_device_map);
|
||||
adapter->chan_map[adap2pinfo(adapter, i)->tx_chan] = i;
|
||||
netif_tx_stop_all_queues(adapter->port[i]);
|
||||
}
|
||||
}
|
||||
if (!adapter->registered_device_map) {
|
||||
|
||||
Reference in New Issue
Block a user