diff options
author | Robin Murphy <robin.murphy@arm.com> | 2015-11-06 16:32:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-06 17:50:42 -0800 |
commit | 7f8306429c4c75f9e2bf39fcfe990b0af2f7292d (patch) | |
tree | 3fcd7b9d5c61e287914b2e576ac662eccc8c701e /kernel | |
parent | 002edb6f6f2a79bea50de11260ddc9572e6db731 (diff) | |
download | linux-7f8306429c4c75f9e2bf39fcfe990b0af2f7292d.tar.bz2 |
dma-debug: check nents in dma_sync_sg*
Like dma_unmap_sg, dma_sync_sg* should be called with the original number
of entries passed to dma_map_sg, so do the same check in the sync path as
we do in the unmap path.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Sakari Ailus <sakari.ailus@iki.fi>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions