mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:12:52 +00:00
trivial: Correctly fallback from SMBIOS to FDT
This commit is contained in:
parent
f98e0e338b
commit
a34b0490b7
@ -821,7 +821,7 @@ fu_context_load_hwinfo(FuContext *self,
|
|||||||
g_debug("failed to load %s: %s",
|
g_debug("failed to load %s: %s",
|
||||||
hwids_setup_map[i].name,
|
hwids_setup_map[i].name,
|
||||||
error_local->message);
|
error_local->message);
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user