Here, variable 'err' is already initialised. So no need to reinitialize. Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> --- drivers/staging/irda/drivers/pxaficp_ir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/irda/drivers/pxaficp_ir.c b/drivers/staging/irda/drivers/pxaficp_ir.c index a97ce04..6c77370 100644 --- a/drivers/staging/irda/drivers/pxaficp_ir.c +++ b/drivers/staging/irda/drivers/pxaficp_ir.c @@ -807,7 +807,6 @@ static int pxa_irda_start(struct net_device *dev) * Open a new IrLAP layer instance. */ si->irlap = irlap_open(dev, &si->qos, "pxa"); - err = -ENOMEM; if (!si->irlap) goto err_irlap; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html