On 16 June 2011 15:16, S, Venkatraman wrote:
> On Thu, May 26, 2011 at 3:27 AM, Per Forlin wrote:
>> Don't use the returned sg_len from dma_map_sg() as inparameter
>> to dma_unmap_sg(). Use the original sg_len for both dma_map_sg
>> and dma_unmap_sg.
>>
>> Signed-off-by: Per Forlin
>> ---
>> dr
On Thu, May 26, 2011 at 3:27 AM, Per Forlin wrote:
> Don't use the returned sg_len from dma_map_sg() as inparameter
> to dma_unmap_sg(). Use the original sg_len for both dma_map_sg
> and dma_unmap_sg.
>
> Signed-off-by: Per Forlin
> ---
> drivers/mmc/host/omap_hsmmc.c | 5 +++--
> 1 files cha