From: Haiyang Zhang Date: Mon, 23 May 2011 16:03:47 +0000 (-0700) Subject: staging: hv: change rndis_filter_device_remove() to void return type X-Git-Tag: v3.1-rc1~232^2~568^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df06bcff819555bf9aca38b2f8263920836fe851;p=pandora-kernel.git staging: hv: change rndis_filter_device_remove() to void return type rndis_filter_device_remove() always return 0, so change it to void return type. Also cleaned up the error checking in the caller. Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed