summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/hv_mouse.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-06-06 22:49:34 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 20:45:47 (GMT)
commit2aa05dcbfbc017ac99c15de8da9d6c840a3acd5b (patch)
treeb15a091f15bbef7ebe7a2b17c94d57ffd11c8f9b /drivers/staging/hv/hv_mouse.c
parentefb83a7f46386a2c07866e9b48275ec3bfe22895 (diff)
downloadlinux-fsl-qoriq-2aa05dcbfbc017ac99c15de8da9d6c840a3acd5b.tar.xz
Staging: hv: mouse: Get rid of the unused initialization of the name field
The name field of hv_driver is unused in hv_mouse.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>
Diffstat (limited to 'drivers/staging/hv/hv_mouse.c')
-rw-r--r--drivers/staging/hv/hv_mouse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index 359e737..b191810 100644
--- a/drivers/staging/hv/hv_mouse.c
+++ b/drivers/staging/hv/hv_mouse.c
@@ -936,7 +936,6 @@ static int __init mousevsc_init(void)
sizeof(struct hv_guid));
drv->driver.name = driver_name;
- drv->name = driver_name;
/* The driver belongs to vmbus */
vmbus_child_driver_register(&drv->driver);