Re: [PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-17 Thread Peter Ujfalusi
On 2017-12-18 07:29, Vinod Koul wrote: > On Tue, Dec 12, 2017 at 12:58:41PM +0530, venkat.prashanth2...@gmail.com > wrote: >> From: Venkat Prashanth B U >> >> Change the name of the function omap_dma_filter_fn to avoid >> the following build error in linux

Re: [PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-17 Thread Peter Ujfalusi
On 2017-12-18 07:29, Vinod Koul wrote: > On Tue, Dec 12, 2017 at 12:58:41PM +0530, venkat.prashanth2...@gmail.com > wrote: >> From: Venkat Prashanth B U >> >> Change the name of the function omap_dma_filter_fn to avoid >> the following build error in linux kernel version 4.4 : >> >>

Re: [PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-17 Thread Vinod Koul
On Tue, Dec 12, 2017 at 12:58:41PM +0530, venkat.prashanth2...@gmail.com wrote: > From: Venkat Prashanth B U > > Change the name of the function omap_dma_filter_fn to avoid > the following build error in linux kernel version 4.4 : > >

Re: [PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-17 Thread Vinod Koul
On Tue, Dec 12, 2017 at 12:58:41PM +0530, venkat.prashanth2...@gmail.com wrote: > From: Venkat Prashanth B U > > Change the name of the function omap_dma_filter_fn to avoid > the following build error in linux kernel version 4.4 : > > drivers/dma/dma-omap.c:1273:6: error: > redefinition of

[PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-11 Thread venkat . prashanth2498
From: Venkat Prashanth B U Change the name of the function omap_dma_filter_fn to avoid the following build error in linux kernel version 4.4 : drivers/dma/dma-omap.c:1273:6: error: redefinition of 'omap_dma_filter_fn' Signed-off-by: Venkat Prashanth B U

[PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-11 Thread venkat . prashanth2498
From: Venkat Prashanth B U Change the name of the function omap_dma_filter_fn to avoid the following build error in linux kernel version 4.4 : drivers/dma/dma-omap.c:1273:6: error: redefinition of 'omap_dma_filter_fn' Signed-off-by: Venkat Prashanth B U Changes for v1: - Edited subject and