kernel-ark/drivers/hv
Dan Carpenter 415f0a02ad 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 <dan.carpenter@oracle.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-09 15:05:47 -07:00
..
channel_mgmt.c drivers: hv: Get rid of some unnecessary code 2012-01-24 12:56:01 -08:00
channel.c
connection.c
hv_kvp.c Tools: hv: Support enumeration from all the pools 2012-03-16 13:36:04 -07:00
hv_util.c drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h 2012-02-02 15:30:47 -08:00
hv.c hv: fix return type of hv_post_message() 2012-04-09 15:05:47 -07:00
hyperv_vmbus.h hv: fix return type of hv_post_message() 2012-04-09 15:05:47 -07:00
Kconfig
Makefile
ring_buffer.c
vmbus_drv.c