mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 13:43:21 -04:00
Staging: hv: mouse_drv: Directly assign the driver name
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:
committed by
Greg Kroah-Hartman
parent
495f3b3a97
commit
eb94b2f5e4
@@ -997,7 +997,7 @@ static int __init mousevsc_init(void)
|
||||
/* Callback to client driver to complete the initialization */
|
||||
mouse_vsc_initialize(&input_drv_obj->base);
|
||||
|
||||
drv->driver.name = input_drv_obj->base.name;
|
||||
drv->driver.name = driver_name;
|
||||
|
||||
/* The driver belongs to vmbus */
|
||||
vmbus_child_driver_register(&drv->driver);
|
||||
|
||||
Reference in New Issue
Block a user