Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3d2a7df authored by Divy Le Ray's avatar Divy Le Ray Committed by David S. Miller
Browse files

cxgb3: remove call to stop TX queues at load time.



Remove racy queue stopping after device registration.

Signed-off-by: default avatarDivy Le Ray <divy@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent df32cc19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {