From a8b797d2637812dfc7091476eed57e548c3fb78a Mon Sep 17 00:00:00 2001 From: Jerry Hoemann Date: Fri, 7 Apr 2023 17:53:05 +0200 Subject: dmioem: Update HPE OEM Record 216 New firmware type. (Also remove non-ASCII character in string literal.) Signed-off-by: Jerry Hoemann Signed-off-by: Jean Delvare --- dmioem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmioem.c') diff --git a/dmioem.c b/dmioem.c index cc021f9..1ce26b9 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)) -- cgit v1.2.1