|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/shutdown: use DMI_MATCH2()
commit 44a37c7832e49cdee103a0af392b7c12705bdc25
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Tue Aug 6 08:37:10 2024 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Tue Aug 6 08:37:10 2024 +0200
x86/shutdown: use DMI_MATCH2()
... to please Misra C:2012 Rule 9.3 (Arrays shall not be partially
initialized).
Fixes: d81dd3130351 ("x86/shutdown: change default reboot method
preference")
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
xen/arch/x86/shutdown.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/xen/arch/x86/shutdown.c b/xen/arch/x86/shutdown.c
index fa60d1638d..902076cf67 100644
--- a/xen/arch/x86/shutdown.c
+++ b/xen/arch/x86/shutdown.c
@@ -498,10 +498,9 @@ static const struct dmi_system_id __initconstrel
reboot_dmi_table[] = {
.callback = override_reboot,
.driver_data = (void *)(long)BOOT_EFI,
.ident = "Acer TravelMate X514-51T",
- .matches = {
+ DMI_MATCH2(
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
- DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate X514-51T"),
- },
+ DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate X514-51T")),
},
{ }
};
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |