ACK: [PATCH] acpi: spcr: update interface types based on DBG2

ivanhu ivan.hu at canonical.com
Wed Feb 21 08:21:53 UTC 2018



On 02/21/2018 11:05 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>   src/acpi/spcr/spcr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/spcr/spcr.c b/src/acpi/spcr/spcr.c
> index 741c879..4fcdf4b 100644
> --- a/src/acpi/spcr/spcr.c
> +++ b/src/acpi/spcr/spcr.c
> @@ -111,7 +111,7 @@ static int spcr_test1(fwts_framework *fw)
>   		str = "ARM PL011 UART";
>   		break;
>   	case 0x02:
> -	case 0x04 ... 0x09:
> +	case 0x04 ... 0x0c:
>   		str = "Reserved (Do not Use)";
>   		reserved = true;
>   		break;
> 

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



More information about the fwts-devel mailing list