commit | 8db69a9a5d4680f1f868d48499375cce1ef80201 | [log] [tgz] |
---|---|---|
author | Andi Shyti <andi@etezian.org> | Fri Sep 29 16:37:33 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Sep 29 16:51:02 2017 -0700 |
tree | 9d08d468d86fa3b17c07763293408f2de2fad5a7 | |
parent | a4b0a58bb1420757593978cdb213dab022403a3e [diff] |
Input: elants_i2c - use managed devm_device_add_group Commit 57b8ff070f98 ("driver core: add devm_device_add_group() and friends") has added the managed version for creating sysfs group files. Use devm_device_add_group instead of sysfs_create_group and remove the action that cleans the sysfs file when exiting the driver. Signed-off-by: Andi Shyti <andi@etezian.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>