ASoC: omap-mcpdm: Fix irq resource handling
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 23 Aug 2016 07:27:19 +0000 (10:27 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Oct 2016 13:23:46 +0000 (15:23 +0200)
commitaa9d22b8bd2e49417bb26680d42593c9f77ce887
tree8b2ea8fec238fd38c16dbde95c5899d6954d6601
parent70cd763eb1574cac07138be91f474a661e02d694
ASoC: omap-mcpdm: Fix irq resource handling

commit a8719670687c46ed2e904c0d05fa4cd7e4950cd1 upstream.

Fixes: ddd17531ad908 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/omap/omap-mcpdm.c