mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
safexcel(4): Fix the INVARIANTS build after a last-second change.
Reported by: Jenkins MFC with: r363180
This commit is contained in:
parent
9a1184de2a
commit
3db2b0d5ff
1 changed files with 2 additions and 2 deletions
|
|
@ -1896,8 +1896,8 @@ safexcel_cmd_descr_add(struct safexcel_ring *ring, bool first, bool last,
|
|||
struct safexcel_cmd_descr *cdesc;
|
||||
struct safexcel_cmd_descr_ring *cring;
|
||||
|
||||
KASSERT(full_data_len <= SAFEXCEL_MAX_REQUEST_SIZE,
|
||||
("%s: request length %u too long", __func__, full_data_len));
|
||||
KASSERT(reqlen <= SAFEXCEL_MAX_REQUEST_SIZE,
|
||||
("%s: request length %u too long", __func__, reqlen));
|
||||
mtx_assert(&ring->mtx, MA_OWNED);
|
||||
|
||||
cring = &ring->cdr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue