mirror of https://gitee.com/openkylin/linux.git
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