From: K. Y. Srinivasan Date: Fri, 15 Jul 2011 20:38:56 +0000 (-0700) Subject: Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces X-Git-Tag: v3.2-rc1~169^2^2~864^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dda95f80b2afa4bf85c6419f40e11b545cda422;p=pandora-kernel.git Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces If an attempt is made to load the vmbus driver on a non-Hyper-V platform, the load operation will hang since we currently wait indefinitely to retrieve the IRQ information. This is done in the context of an acpi callback context (which will obviously not happen when this driver is loaded on a non-Hyper-V platform). This patch fixes the problem. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed