]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()
authorHaiyang Zhang <haiyangz@microsoft.com>
Thu, 26 Mar 2015 23:20:58 +0000 (16:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 20:15:10 +0000 (13:15 -0700)
commitbb483c769b4b01fcf7132d6e0b9b1e8ddf7b3770
tree074a673ff69dd210bd80e206be4f47ef74761459
parent1bb4298c4b22d0775902482f3c4f0e2d6eadb00c
hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()

The vmbus_are_subchannels_present() also involves opening the channels, which
may be too early at this point. Checking for subchannels is not necessary here.
So this patch removes it. Subchannels will be opened when offer messages arrive.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/rndis_filter.c