Staging: hv: stor: Get rid of the unused initialization of the name field

The name field of hv_driver is unused in storvsc_drv.c; 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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
K. Y. Srinivasan 2011-06-06 15:49:32 -07:00 committed by Greg Kroah-Hartman
parent 990f05e6cb
commit a838f9dcb9

View File

@ -749,7 +749,6 @@ static int __init storvsc_drv_init(void)
STORVSC_MAX_IO_REQUESTS)
return -1;
drv->name = driver_name;
drv->driver.name = driver_name;