Re: [PATCH v4 02/12] omap_hsmmc: use original sg_len for dma_unmap_sg

2011-06-17 Thread Per Forlin
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

Re: [PATCH v4 02/12] omap_hsmmc: use original sg_len for dma_unmap_sg

2011-06-16 Thread S, Venkatraman
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