Skip to content
Commit d09519e4 authored by Michael Williamson's avatar Michael Williamson Committed by Grant Likely
Browse files

spi/davinci: Use correct length parameter to dma_map_single calls



The davinci spi driver provides an option to use DMA transfers for
data.  In the dma_map_single() call, the driver is passing the
number of words to be transfered for the mapping size.  It should
be the number of bytes.

Signed-off-by: default avatarMichael Williamson <michael.williamson@criticallink.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent fc1599f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment