[PATCH] acpi/method: checks _UPP's return as polling

Alex Hung alex.hung at canonical.com
Mon May 4 22:20:08 UTC 2020


Same as _ALP, _TSP and _TZP

Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/acpi/method/method.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index d903b994..ecdb65d4 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -3363,7 +3363,7 @@ static int method_test_UPD(fwts_framework *fw)
 static int method_test_UPP(fwts_framework *fw)
 {
 	return method_evaluate_method(fw, METHOD_OPTIONAL,
-		"_UPP", NULL, 0, fwts_method_test_integer_return, NULL);
+		"_UPP", NULL, 0, fwts_method_test_polling_return, NULL);
 }
 
 /*
-- 
2.25.1




More information about the fwts-devel mailing list