mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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:
parent
990f05e6cb
commit
a838f9dcb9
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user