mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 04:33:05 +09:00
We should not be modifying the scatterlist passed to us from the driver code; doing so breaks assumptions made by the DMA API code, and could cause problems if the driver retries a transfer using an old scatterlist. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>