Fix an assignment that I missed in the last commit.

This commit is contained in:
scottl 2005-01-15 20:03:59 +00:00
parent 5c70871d36
commit 0182dc35c3

View File

@ -717,7 +717,7 @@ bus_dmamap_load_mbuf_sg(bus_dma_tag_t dmat, bus_dmamap_t map,
M_ASSERTPKTHDR(m0);
flags |= BUS_DMA_NOWAIT;
nsegs = 0;
*nsegs = 0;
error = 0;
if (m0->m_pkthdr.len <= dmat->maxsize) {
int first = 1;