From: Dan Carpenter Date: Wed, 28 Mar 2012 06:58:07 +0000 (+0300) Subject: hv: fix return type of hv_post_message() X-Git-Tag: v3.5-rc1~147^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415f0a02adaea754dc85cde7b50707f7fbc4cf3f;p=pandora-kernel.git hv: fix return type of hv_post_message() This function returns negative error codes, but because the type is u16 they get truncated into positive numbers. It doesn't look like the callers care, but we should fix it anyway as a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed