K. Y. Srinivasan
2011-Apr-26 21:55 UTC
[PATCH 1/1] Staging: hv: Do not re-set the bus name.
The current code sets the bus name twice. Get rid of the redundant setting of the bus name. Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> --- drivers/staging/hv/vmbus_drv.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index 1c5d43a..5718971 100644 --- a/drivers/staging/hv/vmbus_drv.c +++ b/drivers/staging/hv/vmbus_drv.c @@ -544,7 +544,6 @@ static int vmbus_bus_init(struct pci_dev *pdev) goto cleanup; } - hv_bus.name = driver_name; /* Initialize the bus context */ tasklet_init(&msg_dpc, vmbus_on_msg_dpc, 0); -- 1.7.4.1