ASoC: rt5659: Fix irq leak
authorAxel Lin <axel.lin@ingics.com>
Tue, 12 Jan 2016 07:55:17 +0000 (15:55 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 13 Jan 2016 12:40:56 +0000 (12:40 +0000)
commit1ca2cf8c4167c2016d9716998b4f89c4e79d1f89
treede1674bbab343f6e6943a75ea0957a7ba7221800
parentd3cb2de2479bbbde29391393d68f2e313e1f0504
ASoC: rt5659: Fix irq leak

Use devm_request_threaded_irq to ensure the irq is freed when unload the
module. The rt5659->i2c is no longer used after this conversion, thus
remove it as well.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5659.c
sound/soc/codecs/rt5659.h
This page took 0.025926 seconds and 5 git commands to generate.