commit | e370cc8640305aa2fa42b852cccd89e80c28d9a0 | [log] [tgz] |
---|---|---|
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | Fri Jul 29 17:08:41 2016 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 03 01:27:20 2016 +0200 |
tree | a263b28989724854720f2d1a02fdb6fdaad3ebcb | |
parent | 3540c32a9ae4cb23ab70f7798f45affc02762fa7 [diff] |
ACPI / button: remove pointer to old lid_sysfs on unbind When we removed the procfs dir on error or if the driver is unbound, the two variables acpi_lid_dir and acpi_button_dir were not reset. On the next rebind, those static variables were not null and we couldn't re-register the device again. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Acked-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>