dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/6] dmioem: Update HPE OEM Record 216


From: Jean Delvare
Subject: Re: [PATCH 6/6] dmioem: Update HPE OEM Record 216
Date: Fri, 7 Apr 2023 14:53:47 +0200

On Thu,  6 Apr 2023 17:39:00 -0600, Jerry Hoemann wrote:
> New firmware type.
> (Also remove non-printable character in string literal.)

Technically it was a printable character, but not part of the ASCII
subset. Thanks for fixing it anyway :-)

> 
> Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
> ---
>  dmioem.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/dmioem.c b/dmioem.c
> index 3f6b137..c06bfa2 100644
> --- a/dmioem.c
> +++ b/dmioem.c
> @@ -368,8 +368,9 @@ static void dmi_hp_216_fw_type(u16 code)
>               "Secondary System Programmable Logic Device",
>               "CPU MEZZ Programmable Logic Device", /* 0x37 */
>               "Intel Artic Sound -M Accelerator Models Firmware",
> -             "Ampere System Control Processor (SCP – PMPro+SMPro)",
> +             "Ampere System Control Processor (SCP - PMPro+SMPro)",
>               "Intel CFR information", /* 0x3A */
> +             "OCP cards",
>       };
>  
>       if (code < ARRAY_SIZE(type))


-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]