mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 23:19:50 +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)) {
|
||||
g_prefix_error (error, "cannot claim interface %i: ",
|
||||
priv->iface_number);
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* claim, without detaching kernel driver */
|
||||
|
Loading…
Reference in New Issue
Block a user