-
由 Lucas Rangit Magasweran 提交于
On removal battery_present changes from 1 to 0 after calling acpi_battery_get_status() and battery->update_time is set to 0 before returning. On insertion battery_present changes from 0 to 1 after calling acpi_battery_get_status() and acpi_battery_get_info() is called because battery->update_time is 0. The old_present condition is therefore redundant. This was added in the commit below when there was a path without sysfs that would skip getting the newly inserted battery info. commit 50b17851 ("Newly inserted battery might differ from one just removed, so update of battery info fields is required.") Signed-off-by: NLucas Rangit Magasweran <lucas.magasweran@ieee.org> Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
82f2d305