Skip to content

Commit

Permalink
Staging: hv: stor: Get rid of the unused initialization of the name f…
Browse files Browse the repository at this point in the history
…ield

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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 990f05e commit a838f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit a838f9d

Please sign in to comment.