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

Colin Ian King colin.king at canonical.com
Tue May 5 09:37:33 UTC 2020


On 04/05/2020 23:20, Alex Hung wrote:
> 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);
>  }
>  
>  /*
> 

Thanks Alex.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list