[PATCH 2/2] chipidea: Use devm_request_irq()
From: Tejun Heo <hidden>
Date: 2013-07-31 15:29:42
Also in:
lkml
From: Tejun Heo <hidden>
Date: 2013-07-31 15:29:42
Also in:
lkml
On Wed, Jul 31, 2013 at 04:25:23PM +0100, Mark Brown wrote:
What I'm saying is that in essentially all the users I've seen devm is only being used for things like kfree() or clk_put() which aren't really connected in any way and can happen in any order. This (coupled with the lack of documentation that this is supported) is why people are nervous about anything that relies on ordering with this stuff - aside from ATA everything is just using this for straight frees.
Yeah, sure, thank you very much for your input. It is of course strictly ordered and the documentation needs to be updated. -- tejun