mirror of
https://github.com/acpica/acpica/
synced 2025-01-29 20:55:19 +03:00
Robert Moore
650dfb36ee
Reduce error to warning for incorrect method arg count.
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.
Description
No description provided
Languages
ASL
68.6%
C
29%
Yacc
0.8%
HTML
0.5%
Shell
0.5%
Other
0.6%