diff options
author | Michael Williamson <michael.williamson@criticallink.com> | 2011-03-13 15:34:21 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-03-14 20:17:00 +0100 |
commit | d09519e41a67eab22cc4566670431f9252b6786a (patch) | |
tree | 2556a03b83d28ee9ca153f99e962efe450d8ff4e /firmware/e100 | |
parent | gpio: Use __devexit at necessary places (diff) | |
download | linux-d09519e41a67eab22cc4566670431f9252b6786a.tar.xz linux-d09519e41a67eab22cc4566670431f9252b6786a.zip |
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: Michael Williamson <michael.williamson@criticallink.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'firmware/e100')
0 files changed, 0 insertions, 0 deletions