From: Jarkko Nikula Date: Thu, 19 Jun 2014 06:32:05 +0000 (+0300) Subject: ASoC: max98090: Fix missing free_irq X-Git-Tag: omap-for-v3.17/fixes-against-rc2~29^2~4^2~4^2~1^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4adeb0ccf86a5af1825bbfe290dee9e60a5ab870;p=pandora-kernel.git ASoC: max98090: Fix missing free_irq max98090.c doesn't free the threaded interrupt it requests. This causes an oops when doing "cat /proc/interrupts" after snd-soc-max98090.ko is unloaded. Fix this by requesting the interrupt by using devm_request_threaded_irq(). Signed-off-by: Jarkko Nikula Cc: Stable # 3.10+ Signed-off-by: Mark Brown --- Reading git-diff-tree failed