]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In _bus_dmamap_addseg(), the return value must be zero for error, or the size
authorIan Lepore <ian@FreeBSD.org>
Sat, 16 Feb 2013 20:43:16 +0000 (20:43 +0000)
committerIan Lepore <ian@FreeBSD.org>
Sat, 16 Feb 2013 20:43:16 +0000 (20:43 +0000)
commit7a4accc1f0530a3f7bdb68b35964d9b1e9e33954
treeff89f9b82fc661a8a6c8c5ca9de3098a3c743a81
parenta7449e3cca7f54cb46bc1505204297d06f7e6afc
In _bus_dmamap_addseg(), the return value must be zero for error, or the size
actually added to the segment (possibly smaller than the requested size if
boundary crossings had to be avoided).
sys/arm/arm/busdma_machdep-v6.c
sys/arm/arm/busdma_machdep.c