mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing return statement.
Approved by: re (gjb) MFC after: 1 week
This commit is contained in:
parent
37d0636aac
commit
a3d81a8a8a
1 changed files with 1 additions and 0 deletions
|
|
@ -890,6 +890,7 @@ int
|
|||
libusb_set_auto_detach_kernel_driver(libusb_device_handle *dev, int enable)
|
||||
{
|
||||
dev->auto_detach = (enable ? 1 : 0);
|
||||
return (0);
|
||||
}
|
||||
|
||||
/* Asynchronous device I/O */
|
||||
|
|
|
|||
Loading…
Reference in a new issue