From: K. Y. Srinivasan Date: Wed, 27 Aug 2014 23:25:34 +0000 (-0700) Subject: Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() X-Git-Tag: fixes-for-v3.18-merge-window~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c6b71c245dac8f371167d97ef471b367d0b66b;p=pandora-kernel.git Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() Eliminate the call to BUG_ON() by waiting for the host to respond. We are trying to reclaim the ownership of memory that was given to the host and so we will have to wait until the host responds. Signed-off-by: K. Y. Srinivasan Cc: Tested-by: Sitsofe Wheeler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed