Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.c
Now that we compute the size of struct rndis_filter_packet where it is needed, get rid of the unnecessary assignment. 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
f8ba8c7050
commit
d0e3304614
@ -577,7 +577,6 @@ Exit:
|
||||
|
||||
int rndis_filter_init(struct netvsc_driver *drv)
|
||||
{
|
||||
drv->req_ext_size = sizeof(struct rndis_filter_packet);
|
||||
|
||||
/* Driver->Context = rndisDriver; */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user