From: Haiyang Zhang Date: Thu, 26 Mar 2015 23:20:58 +0000 (-0700) Subject: hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add() X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce58c2f13eaa8ca6d7e1041175433bd8cc55756;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed