Staging: hv: Get rid of the indirection in invoking netvsc_device_remove()
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:
parent
58de3fc643
commit
3fae5c8f9c
1 changed files with 1 additions and 2 deletions
|
|
@ -809,8 +809,7 @@ int rndis_filter_device_remove(struct hv_device *dev)
|
|||
kfree(rndis_dev);
|
||||
net_dev->extension = NULL;
|
||||
|
||||
/* Pass control to inner driver to remove the device */
|
||||
rndis_filter.inner_drv.base.dev_rm(dev);
|
||||
netvsc_device_remove(dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue