ACPI: PM: s2idle: Drop unused local variables and related code
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Jan 2021 18:19:18 +0000 (19:19 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 7 Jan 2021 16:41:28 +0000 (17:41 +0100)
commitaa7a1bb02bb44399be69b0a1cbb6495d9eec29fc
tree6fec7f254b0c5827fb88071bb0d0ce3ee2fcb76e
parente71ba9452f0b5b2e8dc8aa5445198cd9214a6a62
ACPI: PM: s2idle: Drop unused local variables and related code

Two local variables in drivers/acpi/x86/s2idle.c are never read, so
drop them along with the code updating their values (in vain).

Fixes: fef98671194b ("ACPI: PM: s2idle: Move x86-specific code to the x86 directory")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/s2idle.c