Staging: hv: storvsc_drv: Directly assign the driver name
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
31c39c3516
commit
206cf17bef
1 changed files with 1 additions and 1 deletions
|
|
@ -806,7 +806,7 @@ static int storvsc_drv_init(void)
|
|||
STORVSC_MAX_IO_REQUESTS)
|
||||
return -1;
|
||||
|
||||
drv->driver.name = storvsc_drv_obj->base.name;
|
||||
drv->driver.name = driver_name;
|
||||
|
||||
|
||||
/* The driver belongs to vmbus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue