mirror of
https://github.com/acpica/acpica/
synced 2025-02-06 16:44:23 +03:00
![Robert Moore](/assets/img/avatar_default.png)
Previously aborted with error if too few arguments were passed to a control method via the external ACPICA interface. Now issue a warning instead and continue. Handles the case where the method inadvertently declares too many arguments, but does not actually use the extra ones. Applies mainly to the predefined methods. Lin Ming. Linux BZ 11032.