ACK: [PATCH] acpi/method: check _WPP returns by fwts_method_test_polling_return
ivanhu
ivan.hu at canonical.com
Fri May 22 06:44:42 UTC 2020
On 5/20/20 1:04 AM, Alex Hung wrote:
> 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 9463b2a8..e0c8c96d 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -4384,7 +4384,7 @@ static int method_test_WPC(fwts_framework *fw)
> static int method_test_WPP(fwts_framework *fw)
> {
> return method_evaluate_method(fw, METHOD_OPTIONAL,
> - "_WPP", NULL, 0, fwts_method_test_integer_return, NULL);
> + "_WPP", NULL, 0, fwts_method_test_polling_return, NULL);
> }
>
> /*
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list