mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fixup! Simplify Synaptics driver
missing BMKT_SUCCESS return in usb_check_interrupt
This commit is contained in:
@@ -68,7 +68,8 @@ int usb_check_interrupt(bmkt_usb_transport_t *usb_xport)
|
|||||||
return (void *)BMKT_GENERAL_ERROR;
|
return (void *)BMKT_GENERAL_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
|
return BMKT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
int usb_open(bmkt_usb_transport_t *usb_xport)
|
int usb_open(bmkt_usb_transport_t *usb_xport)
|
||||||
|
|||||||
Reference in New Issue
Block a user