mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-17 18:14:34 +08: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
@ -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…
Reference in New Issue
Block a user