[PATCH 2/2] chipidea: Use devm_request_irq()

Tejun Heo htejun at gmail.com
Wed Jul 31 10:07:58 EDT 2013


On Wed, Jul 31, 2013 at 02:57:51PM +0100, Mark Brown wrote:
> That's the only API I've ever heard of doing that.  Everything else is
> just using it to do deallocation.

I'm not sure why or what you're trying to argue here but take a look
at devm_pwm_release() for example.  It calls back into low level
driver free routine.  Are you arguing that it'd be a good idea to
release pci regions before this is complete?  It's just stupid to do
any differently.  There's nothing to argue about.

-- 
tejun



More information about the linux-arm-kernel mailing list