Erik Schmauss 460a53106a ACPICA: AML Parser: ignore control method status in module-level code
Previous change in the AML parser code blindly set all non-successful
dispatcher statuses to AE_OK. That approach is incorrect, though,
because successful control method invocations from module-level
return AE_CTRL_TRANSFER. Overwriting AE_OK to this status causes the
AML parser to think that there was no return value from the control
method invocation.

Fixes: 92c0f4af386 (ACPICA: AML Parser: ignore dispatcher error status during table load)
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Tested-by: Linus Torvalds <torvalds@linux-foundation.org>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2018-07-29 12:19:45 +02:00
..
2018-04-11 18:50:41 -07:00
2018-06-05 10:08:27 -07:00
2018-01-09 16:34:34 +01:00
2017-05-09 15:15:47 -07:00
2018-05-17 17:28:09 +01:00
2018-05-17 17:28:09 +01:00
2018-06-06 16:10:10 -05:00
2018-05-02 13:01:08 +02:00
2018-02-21 23:27:13 +01:00
2018-06-12 16:19:22 -07:00
2018-06-08 11:10:58 -07:00