Since we pass ring size information differently, this assignment is
not needed.
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>
struct hv_driver *drv = &netvsc_drv.base;
int ret;
- net_drv_obj->ring_buf_size = ring_size * PAGE_SIZE;
-
/* Callback to client driver to complete the initialization */
drv_init(&net_drv_obj->base);