]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic23: remove incorrect __exit markups
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 9 Mar 2015 18:18:14 +0000 (11:18 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2015 18:24:44 +0000 (18:24 +0000)
commit7e058831d6045479a528a9e2c6e8427c1463e6b6
treeb9388f4469080c7c270cf86d2531d23c4d79abf1
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
ASoC: tlv320aic23: remove incorrect __exit markups

Even if bus is not hot-pluggable, the devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic23-i2c.c