diff options
author | 2017-08-10 00:07:00 +0000 | |
---|---|---|
committer | 2017-08-10 16:06:56 +0100 | |
commit | 213691c7e873206742b39751895d15b41a02b3d1 (patch) | |
tree | f5f0693e75cc46f8f25ddc311c9077f18c043d90 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar (diff) | |
download | wireguard-linux-213691c7e873206742b39751895d15b41a02b3d1.tar.xz wireguard-linux-213691c7e873206742b39751895d15b41a02b3d1.zip |
ASoC: rsnd: call free_irq() both DMA/PIO mode
commit 701172dca15b ("ASoC: rsnd: don't use devm_request_irq() for SSI")
exchanged devm_request_irq() to request_irq() for SSI, because SSI will
fallback into PIO mode if DMA doesn't work.
But, because of it, PIO mode needed to call free_irq() when removing,
not only DMA mode.
This patch call free_irq() both PIO/DMA. Otherwise, rsnd IRQ handler
will be increased if user tried many unbind/bind.
Fixes: 701172dca15b ("ASoC: rsnd: don't use devm_request_irq() for SSI")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions