From: Michael Williamson Date: Sun, 13 Mar 2011 14:34:21 +0000 (-0400) Subject: spi/davinci: Use correct length parameter to dma_map_single calls X-Git-Tag: v2.6.39-rc1~417^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09519e41a67eab22cc4566670431f9252b6786a;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed