linux/drivers/hid/i2c-hid
Douglas Anderson 25ddd7cfc5 HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()
In commit 18eeef46d3 ("HID: i2c-hid: goodix: Tie the reset line to
true state of the regulator") I added a call to
regulator_register_notifier() but no call to unregister. That's a
bug. Let's use the devm variant to handle the unregistering.

Fixes: 18eeef46d3 ("HID: i2c-hid: goodix: Tie the reset line to true state of the regulator")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2021-07-28 11:48:49 +02:00
..
i2c-hid-acpi.c HID: i2c-hid: acpi: Drop redundant ACPI_PTR() 2021-03-08 10:43:34 +01:00
i2c-hid-core.c HID: i2c-hid: fix format string mismatch 2021-05-27 15:40:34 +02:00
i2c-hid-dmi-quirks.c HID: i2c-hid: add Vero K147 to descriptor override 2020-11-27 16:17:49 +01:00
i2c-hid-of-goodix.c HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier() 2021-07-28 11:48:49 +02:00
i2c-hid-of.c HID: i2c-hid: Reorganize so ACPI and OF are separate modules 2021-01-18 16:56:22 +01:00
i2c-hid.h HID: i2c-hid: Reorganize so ACPI and OF are separate modules 2021-01-18 16:56:22 +01:00
Kconfig HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid core 2021-01-18 16:56:22 +01:00
Makefile HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid core 2021-01-18 16:56:22 +01:00