[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK9yfHxo=zWxvH2KoUiMfys5MXfkJiCcF3L7yO_zHTOq5dm9qg@mail.gmail.com>
Date: Wed, 25 Sep 2013 15:40:33 +0530
From: Sachin Kamat <sachin.kamat@...aro.org>
To: Wei Yongjun <weiyj.lk@...il.com>
Cc: "sameo@...ux.intel.com" <sameo@...ux.intel.com>,
Lee Jones <lee.jones@...aro.org>,
yongjun_wei@...ndmicro.com.cn, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mfd: twl6040: drop devm_free_irq of devm_ allocated irq
On 25 September 2013 13:07, Wei Yongjun <weiyj.lk@...il.com> wrote:
> From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
>
> - devm_free_irq(&client->dev, twl6040->irq_ready, twl6040);
> - devm_free_irq(&client->dev, twl6040->irq_th, twl6040);
> regmap_del_irq_chip(twl6040->irq, twl6040->irq_data);
Now that the freeing of irq will happen after regmap_del_irq_chip,
wouldn't this cause any ordering related issues?
--
With warm regards,
Sachin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists