fix !x86 cxgb compile

This commit is contained in:
Kip Macy 2009-06-21 01:17:38 +00:00
parent 6f0489c670
commit e321e16bfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194563

View File

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