mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
Staging: hv: netvsc_drv: Get rid of call to cleanup()
cleanup() is an empty function; get rid of it. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3fae5c8f9c
commit
a9eea18725
@@ -444,7 +444,6 @@ static int netvsc_drv_exit_cb(struct device *dev, void *data)
|
||||
|
||||
static void netvsc_drv_exit(void)
|
||||
{
|
||||
struct netvsc_driver *netvsc_drv_obj = &g_netvsc_drv;
|
||||
struct hv_driver *drv = &g_netvsc_drv.base;
|
||||
struct device *current_dev;
|
||||
int ret;
|
||||
@@ -466,9 +465,6 @@ static void netvsc_drv_exit(void)
|
||||
device_unregister(current_dev);
|
||||
}
|
||||
|
||||
if (netvsc_drv_obj->base.cleanup)
|
||||
netvsc_drv_obj->base.cleanup(&netvsc_drv_obj->base);
|
||||
|
||||
vmbus_child_driver_unregister(&drv->driver);
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user