Revert "ACPICA: executer/exsystem: Warn about sleeps greater than 10 ms"
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 21 May 2022 16:02:26 +0000 (18:02 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 21 May 2022 16:02:26 +0000 (18:02 +0200)
commitc244dc1bc92e94c625325a654337490bb1da871a
treec5dd997899219ed5a41a56e265160bd90ba49929
parent0076ca940e3f1a1eae6b5e39b6594c96934713a2
Revert "ACPICA: executer/exsystem: Warn about sleeps greater than 10 ms"

Commit 6eaf08770ee8 ("ACPICA: executer/exsystem: Warn about sleeps
greater than 10 ms") made acpi_ex_system_do_sleep() log a warning for
sleep times greater than 10 ms, but such sleep times are used in
power management AML because of the PCI specification requirements.

This results with logging warnings that cannot really be acted on in
any useful way which is annoying and these warnings show up in the logs
on many production systems, so revert commit 6eaf08770ee8.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/exsystem.c