commit | 0e18b5d7c6339311f1e32e7b186ae3556c5b6d33 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Sep 29 13:48:17 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Sep 29 13:54:28 2008 +0100 |
tree | d9c3ce8112509cbf0e1e8e668711c1375feb4120 | |
parent | 3216a97bb0d5166ec5795aa3db1c3a02415ac060 [diff] |
[ARM] dma: add validation of DMA params Validate the direction argument like x86 does. In addition, validate the dma_unmap_* parameters against those passed to dma_map_* when using the DMA bounce code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>