From: Greg Kroah-Hartman Date: Thu, 25 Aug 2011 23:51:28 +0000 (-0700) Subject: Staging: hv: hv_mouse: fix up remove() function X-Git-Tag: v3.2-rc1~169^2^2~864^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a180978aea7cb231c60b69b078ec339f40e2faa;p=pandora-kernel.git Staging: hv: hv_mouse: fix up remove() function This function obviously never worked, it was a cut-and-paste from the probe() function. Rewrite it to do what it is supposed to do at least in theory. As to if it works yet, well, it's not worse than it was before, so this can't hurt. Cc: K. Y. Srinivasan Cc: Haiyang Zhang Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed