Skip to content

Commit dbd0ec3

Browse files
SaketADumbrerafaeljw
authored andcommitted
ACPICA: Allow for more flexibility in _DSM args
ACPICA commit fbb651249ced5e19cc9c4452fec1408f595aa702 To eliminate annoying driver-side warnings. ASWG ECR to follow soon. Link: acpica/acpica@fbb65124 Signed-off-by: Saket Dumbre <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent a0a2459 commit dbd0ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/acpica/acpredef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ const union acpi_predefined_info acpi_gbl_predefined_methods[] = {
450450

451451
{{"_DSM",
452452
METHOD_4ARGS(ACPI_TYPE_BUFFER, ACPI_TYPE_INTEGER, ACPI_TYPE_INTEGER,
453-
ACPI_TYPE_PACKAGE),
453+
ACPI_TYPE_ANY) | ARG_COUNT_IS_MINIMUM,
454454
METHOD_RETURNS(ACPI_RTYPE_ALL)}}, /* Must return a value, but it can be of any type */
455455

456456
{{"_DSS", METHOD_1ARGS(ACPI_TYPE_INTEGER),

0 commit comments

Comments
 (0)