summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2013-06-24 13:42:03 (GMT)
committerMark Brown <broonie@linaro.org>2013-06-24 15:05:47 (GMT)
commitf60596d61fc238befd169ea394ba6a458fafd774 (patch)
treee06808bb04bc3fef4ec71ac5fc394011859daad0 /drivers
parent9e895ace5d82df8929b16f58e9f515f6d54ab82d (diff)
downloadlinux-fsl-qoriq-f60596d61fc238befd169ea394ba6a458fafd774.tar.xz
ASoC: twl6040: Drop using devm_request_threaded_irq()
We need to free the irq at twl6040_remove() which is called when the machine driver has been removed (the card has been removed). If we fail to do that, next time when the machine driver is loaded the codec's probe will fail since the irq has been already requested. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions