Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 29 Sep 2011 18:54:56 +0000 (11:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:39:36 +0000 (10:39 -0700)
commit8660e38fab8b8a39ac828fb8a8579a9ad1b5d59d
tree44656e939d68df7a20ad03a8e36d017a6b735467
parent1486dd0d0a95de1aaedd17ece19d9263ce7e5192
Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()

Cleanup mousevsc_connect_to_vsp(). There is no need to take reference on the
mousevsc device object when we are setting up the device. As part of this
cleanup get rid of get_input_device() as this function is only used here.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c