mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 10:29:47 +00:00
trivial: Silence new Coverity warning
This commit is contained in:
parent
cbfda0739c
commit
0e870cc576
@ -66,7 +66,7 @@ fu_uf2_device_probe_current_fw(FuDevice *device, GBytes *fw, GError **error)
|
|||||||
"FAMILY",
|
"FAMILY",
|
||||||
(guint32)fu_firmware_get_idx(firmware));
|
(guint32)fu_firmware_get_idx(firmware));
|
||||||
}
|
}
|
||||||
fu_device_build_instance_id_quirk(device, NULL, "UF2", "FAMILY", NULL);
|
(void)fu_device_build_instance_id_quirk(device, NULL, "UF2", "FAMILY", NULL);
|
||||||
|
|
||||||
/* add device checksum */
|
/* add device checksum */
|
||||||
fw_raw = fu_firmware_get_bytes(firmware, error);
|
fw_raw = fu_firmware_get_bytes(firmware, error);
|
||||||
|
Loading…
Reference in New Issue
Block a user