mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 13:51:20 +00:00
trivial: Fix missing failure case in pixart-rf setup
This commit is contained in:
parent
4d7585f8ee
commit
cae9d04590
@ -900,6 +900,7 @@ fu_pxi_device_setup (FuDevice *device, GError **error)
|
|||||||
|
|
||||||
if (!fu_pxi_device_check_support_report_id (self, error)) {
|
if (!fu_pxi_device_check_support_report_id (self, error)) {
|
||||||
g_prefix_error (error, "failed to check report id: ");
|
g_prefix_error (error, "failed to check report id: ");
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (!fu_pxi_device_fw_ota_check_retransmit (self, error)) {
|
if (!fu_pxi_device_fw_ota_check_retransmit (self, error)) {
|
||||||
g_prefix_error (error, "failed to OTA check retransmit: ");
|
g_prefix_error (error, "failed to OTA check retransmit: ");
|
||||||
|
Loading…
Reference in New Issue
Block a user