ASoC: omap-mcpdm: Fix irq resource handling
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 23 Aug 2016 07:27:19 +0000 (10:27 +0300)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Feb 2017 10:04:08 +0000 (11:04 +0100)
commitbc90bffda9c784885e35d53d077c6486c9ea1d2a
treee223b29b057f57857d25e2b03adeaec8b7ba5784
parenta28d835844a523e0e0a96eb25b10a037b7662f1f
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: Willy Tarreau <w@1wt.eu>
sound/soc/omap/omap-mcpdm.c