From: K. Y. Srinivasan Date: Mon, 6 Jun 2011 22:49:34 +0000 (-0700) Subject: Staging: hv: mouse: Get rid of the unused initialization of the name field X-Git-Tag: next-20110726~5^2~568^2~72 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2aa05dcbfbc017ac99c15de8da9d6c840a3acd5b;p=karo-tx-linux.git 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 Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index 359e73741c48..b191810b898d 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);