]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: cs35l33: Remove unnecessary free_irq call
authorAxel Lin <axel.lin@ingics.com>
Tue, 28 Jun 2016 08:40:18 +0000 (16:40 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 28 Jun 2016 19:55:59 +0000 (20:55 +0100)
commitbeefe4a9f45a745d8518872596e8e3271dbf426b
tree1d7eff78b7f9878851ac9a3ef2f4ee4fde443543
parentbac829430aa66cb12dd0dc9762721bd977a28278
ASoC: cs35l33: Remove unnecessary free_irq call

Current code uses devm_request_threaded_irq() so it does not need to
explicitly call free_irq() in .probe error path and .remove.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l33.c