mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
netvsc: remove bogus rtnl_unlock
Remove accidental rtnl_unlock from earlier testing.
Fixes: 3962981f48
("netvsc: add rtnl annotations in rndis")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bae75b66a8
commit
fd763ad96a
1 changed files with 0 additions and 1 deletions
|
@ -1548,7 +1548,6 @@ static int netvsc_probe(struct hv_device *dev,
|
|||
|
||||
netif_set_real_num_tx_queues(net, nvdev->num_chn);
|
||||
netif_set_real_num_rx_queues(net, nvdev->num_chn);
|
||||
rtnl_unlock();
|
||||
|
||||
netdev_lockdep_set_classes(net);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue