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: v3.2.65~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb076b385c7b50629136b8dc0300282c45d670da;p=pandora-kernel.git Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() commit 72c6b71c245dac8f371167d97ef471b367d0b66b upstream. 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 Tested-by: Sitsofe Wheeler Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed