Re: [PATCH] swiotlb: Replace dma_length to sg_dma_len() macro

2013-08-02 Thread Stefano Stabellini
On Fri, 2 Aug 2013, Konrad Rzeszutek Wilk wrote: > On Tue, Apr 16, 2013 at 05:37:52AM +, EUNBONG SONG wrote: > > > > This patch replace dma_length in "lib/swiotlb.c" to sg_dma_len() macro, > > because the build error can occur > > if CONFIG_NEED_SG_DMA_LENGTH is not set, and CONFIG_SWIOTLB is

Re: [PATCH] swiotlb: Replace dma_length to sg_dma_len() macro

2013-08-02 Thread Konrad Rzeszutek Wilk
On Tue, Apr 16, 2013 at 05:37:52AM +, EUNBONG SONG wrote: > > This patch replace dma_length in "lib/swiotlb.c" to sg_dma_len() macro, > because the build error can occur > if CONFIG_NEED_SG_DMA_LENGTH is not set, and CONFIG_SWIOTLB is set. > I confirmed compile only. Stefano, This patch sho

[PATCH] swiotlb: Replace dma_length to sg_dma_len() macro

2013-04-15 Thread EUNBONG SONG
This patch replace dma_length in "lib/swiotlb.c" to sg_dma_len() macro, because the build error can occur if CONFIG_NEED_SG_DMA_LENGTH is not set, and CONFIG_SWIOTLB is set. I confirmed compile only. Singed-off-by: EunBong Song --- lib/swiotlb.c |8 1 files changed, 4 insertions