fixup! Simplify Synaptics driver
missing BMKT_SUCCESS return in usb_check_interrupt
This commit is contained in:
parent
f8eb329a65
commit
40a298f43b
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ int usb_check_interrupt(bmkt_usb_transport_t *usb_xport)
|
|||
return (void *)BMKT_GENERAL_ERROR;
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
return BMKT_SUCCESS;
|
||||
}
|
||||
|
||||
int usb_open(bmkt_usb_transport_t *usb_xport)
|
||||
|
|
Loading…
Reference in a new issue