summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-10-23 05:33:53 +0000
committerimp <imp@FreeBSD.org>2003-10-23 05:33:53 +0000
commit15a4c57d433f7ffadb23c5c14d8bf1908bd191c6 (patch)
treea8cc92b1f3a995378f80024278f4b3e4f61d85ec /sys/dev/ep/if_ep.c
parent647bf6f4e839de84266f618cf10855aad6bfc4ad (diff)
downloadFreeBSD-src-15a4c57d433f7ffadb23c5c14d8bf1908bd191c6.zip
FreeBSD-src-15a4c57d433f7ffadb23c5c14d8bf1908bd191c6.tar.gz
Fix mismerge from one tree to another: add (
Diffstat (limited to 'sys/dev/ep/if_ep.c')
-rw-r--r--sys/dev/ep/if_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index db51b00..3b591d3 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -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)
OpenPOWER on IntegriCloud