]> Git Repo - linux.git/commit
hv: fix return type of hv_post_message()
authorDan Carpenter <[email protected]>
Wed, 28 Mar 2012 06:58:07 +0000 (09:58 +0300)
committerGreg Kroah-Hartman <[email protected]>
Mon, 9 Apr 2012 22:05:47 +0000 (15:05 -0700)
commit415f0a02adaea754dc85cde7b50707f7fbc4cf3f
tree9ee25bdf6018d8154f2cdf488b03e6e086caf366
parent0034102808e0dbbf3a2394b82b1bb40b5778de9e
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 <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/hv/hv.c
drivers/hv/hyperv_vmbus.h
This page took 0.075932 seconds and 4 git commands to generate.