Staging: hv: remove WaitEventClose()
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 29 Jul 2009 21:00:10 +0000 (17:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:53 +0000 (12:01 -0700)
commit420beac4fcc9efd6f7d838ef7cc5693c58c98015
tree7cfc301f5a3941c3e6050716fa87301feaf1fac0
parentde65a38406bdf712abc2a845fe1f3db7d1a083ed
Staging: hv: remove WaitEventClose()

All WaitEventClose() close did was call kfree(), so get rid of it and
replace it with a call to kfree()

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Channel.c
drivers/staging/hv/ChannelMgmt.c
drivers/staging/hv/Connection.c
drivers/staging/hv/NetVsc.c
drivers/staging/hv/RndisFilter.c
drivers/staging/hv/StorVsc.c
drivers/staging/hv/include/osd.h
drivers/staging/hv/osd.c