Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: omap-mcpdm: Fix irq resource handling
Fixes: ddd1753 ("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>
- Loading branch information