]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc87ca58efe680b8b61f5dcaa784618d712f1bb0d
tree7cfc301f5a3941c3e6050716fa87301feaf1fac0
parentef3f1bcabd3af23e0656be7822217dba444461d0
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