]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cx20442: remove incorerct __exit markups
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 9 Mar 2015 18:15:28 +0000 (11:15 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2015 18:22:58 +0000 (18:22 +0000)
commitf93537988189c9a4ed5f6648918348daceae6d38
treeb015a62a7774b4e0bbf37f7aa4600fe47868aeec
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
ASoC: cx20442: remove incorerct __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/cx20442.c