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

Colin Ian King colin.king at canonical.com
Wed Feb 21 09:17:03 UTC 2018


On 21/02/18 03:05, 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: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list