From: Dexuan Cui Date: Fri, 27 Feb 2015 19:25:58 +0000 (-0800) Subject: hv: hv_util: move vmbus_open() to a later place X-Git-Tag: omap-for-v4.2/o2_dc~63^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1896566372579939eb86414ea3d664f18d5e909c;p=pandora-kernel.git hv: hv_util: move vmbus_open() to a later place Before the line vmbus_open() returns, srv->util_cb can be already running and the variables, like util_fw_version, are needed by the srv->util_cb. So we have to make sure the variables are initialized before the vmbus_open(). CC: "K. Y. Srinivasan" Reviewed-by: Vitaly Kuznetsov Reviewed-by: Jason Wang Signed-off-by: Dexuan Cui Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed