mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add a missing break.
This commit is contained in:
parent
543b6e5899
commit
0f009f73b9
1 changed files with 1 additions and 0 deletions
|
|
@ -1770,6 +1770,7 @@ uftdi_ioctl(struct ucom_softc *ucom, uint32_t cmd, caddr_t data,
|
|||
case UFTDIIOC_SET_EVENT_CHAR:
|
||||
err = uftdi_set_event_char(ucom, *(int *)data);
|
||||
break;
|
||||
break;
|
||||
case UFTDIIOC_GET_HWREV:
|
||||
*(int *)data = sc->sc_bcdDevice;
|
||||
err = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue