mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
- Fix type in previous commit; unbreak build
Approved by: ssouhlal Pointy hat to: pav
This commit is contained in:
parent
b7b34cdbb4
commit
612477f7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1626,7 +1626,7 @@ umass_bbb_state(usbd_xfer_handle xfer, usbd_private_handle priv,
|
|||
|
||||
/* Translate weird command-status signatures. */
|
||||
if (sc->quirks & WRONG_CSWSIG) {
|
||||
uDWord dCSWSignature = UGETDW(sc->csw.dCSWSignature);
|
||||
u_int32_t dCSWSignature = UGETDW(sc->csw.dCSWSignature);
|
||||
if (dCSWSignature == CSWSIGNATURE_OLYMPUS_C1 ||
|
||||
dCSWSignature == CSWSIGNATURE_IMAGINATION_DBX1)
|
||||
USETDW(sc->csw.dCSWSignature, CSWSIGNATURE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue