]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: rsnd: avoid duplicate free_irq()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 9 Aug 2017 02:16:20 +0000 (02:16 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 9 Aug 2017 16:56:14 +0000 (17:56 +0100)
commite0936c3471a8411a5df327641fa3ffe12a2fb07b
treee14a767140672c2d7a975a8ba84cf026ce151094
parent29d03ff5c752e02918e8319fdcc86faa374d36ec
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>
sound/soc/sh/rcar/ssi.c