Re: [PATCH 1/1] dmaengine: remove obsolete comment reference to dma_data_direction

2013-12-18 Thread Vinod Koul
On Sat, Dec 14, 2013 at 02:20:27PM +0100, Gerhard Sittig wrote: > On Wed, Dec 11, 2013 at 10:07 +0400, Alexander Popov wrote: > > > > enum dma_transfer_direction is currently used > > in struct dma_slave_config, so update the comment > > > > Signed-off-by: Alexander Popov > > --- > >

Re: [PATCH 1/1] dmaengine: remove obsolete comment reference to dma_data_direction

2013-12-18 Thread Vinod Koul
On Sat, Dec 14, 2013 at 02:20:27PM +0100, Gerhard Sittig wrote: On Wed, Dec 11, 2013 at 10:07 +0400, Alexander Popov wrote: enum dma_transfer_direction is currently used in struct dma_slave_config, so update the comment Signed-off-by: Alexander Popov a13xp0p0...@gmail.com ---

Re: [PATCH 1/1] dmaengine: remove obsolete comment reference to dma_data_direction

2013-12-14 Thread Gerhard Sittig
On Wed, Dec 11, 2013 at 10:07 +0400, Alexander Popov wrote: > > enum dma_transfer_direction is currently used > in struct dma_slave_config, so update the comment > > Signed-off-by: Alexander Popov > --- > include/linux/dmaengine.h | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) >

Re: [PATCH 1/1] dmaengine: remove obsolete comment reference to dma_data_direction

2013-12-14 Thread Gerhard Sittig
On Wed, Dec 11, 2013 at 10:07 +0400, Alexander Popov wrote: enum dma_transfer_direction is currently used in struct dma_slave_config, so update the comment Signed-off-by: Alexander Popov a13xp0p0...@gmail.com --- include/linux/dmaengine.h | 5 ++--- 1 file changed, 2 insertions(+), 3

[PATCH 1/1] dmaengine: remove obsolete comment reference to dma_data_direction

2013-12-10 Thread Alexander Popov
enum dma_transfer_direction is currently used in struct dma_slave_config, so update the comment Signed-off-by: Alexander Popov --- include/linux/dmaengine.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index

[PATCH 1/1] dmaengine: remove obsolete comment reference to dma_data_direction

2013-12-10 Thread Alexander Popov
enum dma_transfer_direction is currently used in struct dma_slave_config, so update the comment Signed-off-by: Alexander Popov a13xp0p0...@gmail.com --- include/linux/dmaengine.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linux/dmaengine.h