mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Fix mismerge from one tree to another: add (
This commit is contained in:
parent
c0432d033e
commit
71d72f8892
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121399
@ -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 New Issue
Block a user