mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 05:37:44 +00:00
trivial: Fix an error path when the interface cannot be claimed
This commit is contained in:
parent
a91214f545
commit
6c17d2ed43
@ -969,7 +969,7 @@ dfu_device_ensure_interface (DfuDevice *device,
|
|||||||
error)) {
|
error)) {
|
||||||
g_prefix_error (error, "cannot claim interface %i: ",
|
g_prefix_error (error, "cannot claim interface %i: ",
|
||||||
priv->iface_number);
|
priv->iface_number);
|
||||||
return TRUE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* claim, without detaching kernel driver */
|
/* claim, without detaching kernel driver */
|
||||||
|
Loading…
Reference in New Issue
Block a user