commit | e0936c3471a8411a5df327641fa3ffe12a2fb07b | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Aug 09 02:16:20 2017 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 09 17:56:14 2017 +0100 |
tree | e14a767140672c2d7a975a8ba84cf026ce151094 | |
parent | 29d03ff5c752e02918e8319fdcc86faa374d36ec [diff] |
ASoC: rsnd: avoid duplicate free_irq() commit 1f8754d4daea5f ("ASoC: rsnd: don't call free_irq() on Parent SSI") fixed Parent SSI duplicate free_irq(). But on Renesas Sound, not only Parent SSI but also Multi SSI have same issue. This patch avoid duplicate free_irq() if it was not pure SSI. Fixes: 1f8754d4daea5f ("ASoC: rsnd: don't call free_irq() on Parent SSI") Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>