mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 12:19:21 +00:00
ccgx: Always report 100% when finished writing
This commit is contained in:
parent
86ae91c144
commit
ec279f161c
@ -1172,7 +1172,7 @@ fu_ccgx_hpi_write_firmware (FuDevice *device,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* update progress */
|
/* update progress */
|
||||||
fu_device_set_progress_full (device, (gsize) i, (gsize) records->len);
|
fu_device_set_progress_full (device, (gsize) i, (gsize) records->len - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* validate fw */
|
/* validate fw */
|
||||||
|
Loading…
Reference in New Issue
Block a user