From: K. Y. Srinivasan Date: Mon, 6 Jun 2011 22:49:32 +0000 (-0700) Subject: Staging: hv: stor: Get rid of the unused initialization of the name field X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a838f9dcb9e5e6d61d91148fc269d7f378575834;p=deliverable%2Flinux.git Staging: hv: stor: Get rid of the unused initialization of the name field The name field of hv_driver is unused in storvsc_drv.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/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index 9e51356adbec..53e9ebd9c07f 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -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;