Staging: hv: stor: Get rid of the unused initialization of the name field
authorK. Y. Srinivasan <kys@microsoft.com>
Mon, 6 Jun 2011 22:49:32 +0000 (15:49 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:45:46 +0000 (13:45 -0700)
The name field of hv_driver is unused in storvsc_drv.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>
drivers/staging/hv/storvsc_drv.c

index 9e51356adbecaa869ed37e71b3d9b024e2bf9fa1..53e9ebd9c07f1477987752bc90765f79f9e7e5f7 100644 (file)
@@ -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;
 
 
This page took 0.026048 seconds and 5 git commands to generate.