One of the jump labels was named Remove; change it to remove. Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx> Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> Signed-off-by: Hank Janssen <hjanssen@xxxxxxxxxxxxx> --- drivers/staging/hv/blkvsc_drv.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/hv/blkvsc_drv.c b/drivers/staging/hv/blkvsc_drv.c index a47581c..3229ebc 100644 --- a/drivers/staging/hv/blkvsc_drv.c +++ b/drivers/staging/hv/blkvsc_drv.c @@ -1005,7 +1005,7 @@ static int blkvsc_probe(struct device *device) DPRINT_ERR(BLKVSC_DRV, "register_blkdev() failed! ret %d", ret); - goto Remove; + goto remove; } ide0_registered = 1; @@ -1020,7 +1020,7 @@ static int blkvsc_probe(struct device *device) DPRINT_ERR(BLKVSC_DRV, "register_blkdev() failed! ret %d", ret); - goto Remove; + goto remove; } ide1_registered = 1; @@ -1071,7 +1071,7 @@ static int blkvsc_probe(struct device *device) return ret; -Remove: +remove: storvsc_drv_obj->base.dev_rm(device_obj); cleanup: -- 1.7.4.1 _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/virtualization