netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com
Cc: devel@linuxdriverproject.org, netdev@vger.kernel.org
Subject: [PATCH net-next 1/6] netvsc: remove bogus rtnl_unlock
Date: Mon, 24 Jul 2017 10:57:25 -0700	[thread overview]
Message-ID: <20170724175730.31806-2-sthemmin@microsoft.com> (raw)
In-Reply-To: <20170724175730.31806-1-sthemmin@microsoft.com>

Remove accidental rtnl_unlock from earlier testing.

Fixes: 3962981f4822 ("netvsc: add rtnl annotations in rndis")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 drivers/net/hyperv/netvsc_drv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c
index a164981c15f7..1238600d717e 100644
--- a/drivers/net/hyperv/netvsc_drv.c
+++ b/drivers/net/hyperv/netvsc_drv.c
@@ -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);
 
-- 
2.11.0

  reply	other threads:[~2017-07-24 17:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-24 17:57 [PATCH net-next 0/6] netvsc: minor fixes Stephen Hemminger
2017-07-24 17:57 ` Stephen Hemminger [this message]
2017-07-24 17:57 ` [PATCH net-next 2/6] netvsc: Remove redundant use of ipv6_hdr() Stephen Hemminger
2017-07-24 17:57 ` [PATCH net-next 3/6] netvsc: prefetch the first incoming ring element Stephen Hemminger
2017-07-24 17:57 ` [PATCH net-next 4/6] netvsc: fix netvsc_set_channels Stephen Hemminger
2017-07-24 17:57 ` [PATCH net-next 5/6] netvsc: include rtnetlink.h Stephen Hemminger
2017-07-24 17:57 ` [PATCH net-next 6/6] netvsc: remove no longer used max_num_rss queues Stephen Hemminger
2017-07-25  0:39 ` [PATCH net-next 0/6] netvsc: minor fixes David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170724175730.31806-2-sthemmin@microsoft.com \
    --to=stephen@networkplumber.org \
    --cc=devel@linuxdriverproject.org \
    --cc=haiyangz@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=netdev@vger.kernel.org \
    --cc=sthemmin@microsoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).