diff options
author | Lucas Rangit Magasweran <lucas.magasweran@ieee.org> | 2018-07-14 15:40:18 -0700 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-07-24 11:22:03 +0200 |
commit | 82f2d30570b7ecdf1ce7e6376805f063ae86a7e5 (patch) | |
tree | 85558698e99f0701f9cb488ac62e403e43ee2354 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9d3cce1e8b8561fed5f383d22a4d6949db4eadbe (diff) |
ACPI: battery: remove redundant old_present check on insertion
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 50b178512b7d ("Newly inserted battery might differ from one
just removed, so update of battery info fields is required.")
Signed-off-by: Lucas Rangit Magasweran <lucas.magasweran@ieee.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions