From: Benjamin Romer Date: Thu, 17 Jul 2014 16:39:58 +0000 (-0400) Subject: staging: unisys: detect controlvm channel on module load X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a1182eb34dcb0d5d627e2852f3e76931a653264;p=pandora-kernel.git staging: unisys: detect controlvm channel on module load The controlvm channel is not removable from a guest after the guest starts, so it makes no sense to constantly check for it. Move the channel address discovery to visorchipset_init(), and remove all of the checks for the channel address from the rest of the module, as the module will not load if the channel pointer is not valid. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed