Fix mismerge from one tree to another: add (

This commit is contained in:
Warner Losh 2003-10-23 05:33:53 +00:00
parent c0432d033e
commit 71d72f8892
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121399

View File

@ -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)