From: K. Y. Srinivasan Date: Thu, 29 Sep 2011 18:54:58 +0000 (-0700) Subject: Staging: hv: mousevsc: Now cleanup mousevsc_remove() X-Git-Tag: v3.2-rc1~169^2^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c411f17daf0942509f6db47b4a237e953f35611b;p=pandora-kernel.git Staging: hv: mousevsc: Now cleanup mousevsc_remove() Now, cleanup mousevsc_remove(). The mouse driver once initialized only receives data from the host. So, by closing the channel first in the unload path, we can properly deal with inflight packets. So, we don't need the machinery for managing the life-cycle of the mousevsc_dev object. Get rid of the unnecessary code. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed