diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-03-02 02:44:53 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-04-14 02:41:33 +0300 |
commit | 420b2d443b7ee2a6a8c0d4fab887a641f83e76af (patch) | |
tree | 31505767e5741ea8689d9bb4518db035ca7dffe1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f7a388d6cd1ccebfe7d2850ae4d33f84e954e96b (diff) | |
download | linux-420b2d443b7ee2a6a8c0d4fab887a641f83e76af.tar.xz |
power: supply: twl4030_charger: 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: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions