mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 04:23:21 +00:00
fu-engine: HSI prefix fixing for invalid chassis
The invalid HSI prefix should be "HSI:INVALID" not "HSI-INVALID". Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
parent
fa2df1eed6
commit
3d199058bb
@ -6402,7 +6402,7 @@ fu_engine_attrs_calculate_hsi_for_chassis(FuEngine *self)
|
||||
break;
|
||||
}
|
||||
|
||||
return g_strdup_printf("HSI-INVALID:chassis[0x%02x]", val);
|
||||
return g_strdup_printf("HSI:INVALID:chassis[0x%02x]", val);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user