]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: omap-mcpdm: Fix irq resource handling
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 23 Aug 2016 07:27:19 +0000 (10:27 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 23 Aug 2016 11:00:47 +0000 (12:00 +0100)
commitf2eb5d3664c9646a1fb069d2dacbe8642243d042
tree7f8e23abb9fff54b294d1a4f43dea75c5bb658e9
parenta331bbe1fd0e19687e7cec365c81a41b3703cb08
ASoC: omap-mcpdm: Fix irq resource handling

Fixes: 4764bc564956b ("ASoC: omap-mcpdm: Clean up with devm_* function")
Managed irq request will not doing any good in ASoC probe level as it is
not going to free up the irq when the driver is unbound from the sound
card.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reported-by: Russell King <linux@armlinux.org.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/omap-mcpdm.c