Remove the declaration of variable "err" in function 'enclosure_component_alloc': All warnings: drivers/misc/enclosure.c: In function 'enclosure_component_alloc': >> drivers/misc/enclosure.c:295:6: warning: unused variable 'err' >> [-Wunused-variable] int err, i; ^ Signed-off-by: Song Liu <songliubraving@xxxxxx> Acked-by: Dan Williams <dan.j.williams@xxxxxxxxx> Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> --- drivers/misc/enclosure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/enclosure.c b/drivers/misc/enclosure.c index 3289d4d..38552a3 100644 --- a/drivers/misc/enclosure.c +++ b/drivers/misc/enclosure.c @@ -295,7 +295,7 @@ enclosure_component_alloc(struct enclosure_device *edev, { struct enclosure_component *ecomp; struct device *cdev; - int err, i; + int i; char newname[COMPONENT_NAME_SIZE]; if (number >= edev->components) -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html