mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix mismerge from one tree to another: add (
This commit is contained in:
parent
c0432d033e
commit
71d72f8892
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ read_again:
|
|||
m->m_len += (lenthisone & 3);
|
||||
} else {
|
||||
EP_READ_MULTI_2(sc, EP_W1_RX_PIO_RD_1,
|
||||
(uint16_t *)mtod(m, caddr_t)+m->m_len),
|
||||
(uint16_t *)(mtod(m, caddr_t)+m->m_len),
|
||||
lenthisone / 2);
|
||||
m->m_len += lenthisone;
|
||||
if (lenthisone & 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue