[PATCH 06/27] HID: wacom: switch battery to devres

2016-07-05 Thread Benjamin Tissoires
Simplifying the error code paths. We need to keep wacom_destroy_battery() around for now as the wireless module and the remotes are using it to dynamically remove the battery supply on disconnect. Signed-off-by: Benjamin Tissoires # Conflicts: #

[PATCH 06/27] HID: wacom: switch battery to devres

2016-07-05 Thread Benjamin Tissoires
Simplifying the error code paths. We need to keep wacom_destroy_battery() around for now as the wireless module and the remotes are using it to dynamically remove the battery supply on disconnect. Signed-off-by: Benjamin Tissoires # Conflicts: # drivers/hid/wacom_sys.c ---