mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
fix !x86 cxgb compile
This commit is contained in:
parent
6f0489c670
commit
e321e16bfb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194563
@ -90,7 +90,7 @@ retry:
|
||||
n = n->m_next;
|
||||
}
|
||||
#else
|
||||
err = bus_dmamap_load_mbuf_sg(txq->entry_tag, map, m, segs,
|
||||
err = bus_dmamap_load_mbuf_sg(txq->entry_tag, map, *m, segs,
|
||||
&seg_count, 0);
|
||||
#endif
|
||||
if (seg_count == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user