Re: [PATCH] dmaengine: bam-dma: fill slave directions bit mask

2015-03-05 Thread Stanimir Varbanov
On 03/04/2015 09:44 PM, Andy Gross wrote: > On Wed, Mar 04, 2015 at 09:32:13PM +0530, Vinod Koul wrote: >> On Wed, Mar 04, 2015 at 05:25:10PM +0200, Stanimir Varbanov wrote: >>> This will avoid warning during async device registration. >>> >>> Signed-off-by: Stanimir Varbanov >>> --- >>> drivers/

Re: [PATCH] dmaengine: bam-dma: fill slave directions bit mask

2015-03-04 Thread Andy Gross
On Wed, Mar 04, 2015 at 09:32:13PM +0530, Vinod Koul wrote: > On Wed, Mar 04, 2015 at 05:25:10PM +0200, Stanimir Varbanov wrote: > > This will avoid warning during async device registration. > > > > Signed-off-by: Stanimir Varbanov > > --- > > drivers/dma/qcom_bam_dma.c |1 + > > 1 files cha

Re: [PATCH] dmaengine: bam-dma: fill slave directions bit mask

2015-03-04 Thread Stephen Boyd
On 03/04/15 07:25, Stanimir Varbanov wrote: > This will avoid warning during async device registration. > > Signed-off-by: Stanimir Varbanov > --- Can you please put the warning in the commit log? Also, does this need a Fixes: tag? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora

Re: [PATCH] dmaengine: bam-dma: fill slave directions bit mask

2015-03-04 Thread Vinod Koul
On Wed, Mar 04, 2015 at 05:25:10PM +0200, Stanimir Varbanov wrote: > This will avoid warning during async device registration. > > Signed-off-by: Stanimir Varbanov > --- > drivers/dma/qcom_bam_dma.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/dma/qcom_b

[PATCH] dmaengine: bam-dma: fill slave directions bit mask

2015-03-04 Thread Stanimir Varbanov
This will avoid warning during async device registration. Signed-off-by: Stanimir Varbanov --- drivers/dma/qcom_bam_dma.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/dma/qcom_bam_dma.c b/drivers/dma/qcom_bam_dma.c index c3113e3..cc9e5ee 100644 --- a/drivers/d