]> git.karo-electronics.de Git - linux-beck.git/commit
Drivers: hv: vmbus: Cleanup vmbus_set_event()
authorK. Y. Srinivasan <kys@microsoft.com>
Mon, 21 Dec 2015 23:12:20 +0000 (15:12 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 05:32:57 +0000 (21:32 -0800)
commit1b807e1011af46a595ba46c75ad5e20ad7177af7
treed0db61ca35aaf98c17d64bb46282a181050c7063
parent5fae054c2b5a7c10475d2e425dfea0c567c1c5dd
Drivers: hv: vmbus: Cleanup vmbus_set_event()

Cleanup vmbus_set_event() by inlining the hypercall to post
the event and since the return value of vmbus_set_event() is not checked,
make it void. As part of this cleanup, get rid of the function
hv_signal_event() as it is only callled from vmbus_set_event().

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/connection.c
drivers/hv/hv.c
drivers/hv/hyperv_vmbus.h