Searched hist:b887df52f83e6739a9fcf5490d075e2beed441bb (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | raydium_i2c_ts.c | diff b887df52f83e6739a9fcf5490d075e2beed441bb Fri Sep 29 18:38:57 CDT 2017 Andi Shyti <andi@etezian.org> Input: raydium_i2c_ts - 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>
|