mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
acpica: ACPI_MAX_SLEEP should be 2 sec, not 20
commit b33c25d6a6 upstream.
This limit is a workaround for AML that sleeps too long,
but the workaround didn't work b/c of a typo.
https://bugzilla.kernel.org/show_bug.cgi?id=13195
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fb88e8c4a2
commit
9f4929636f
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
/* Maximum sleep allowed via Sleep() operator */
|
||||
|
||||
#define ACPI_MAX_SLEEP 20000 /* Two seconds */
|
||||
#define ACPI_MAX_SLEEP 2000 /* Two seconds */
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user