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

ivanhu ivan.hu at canonical.com
Fri May 8 07:49:16 UTC 2020



On 5/5/20 6:20 AM, 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);
>  }
>  
>  /*
> 

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list