Re: [PATCH -next] dma: cppi41: fix error return code in cppi41_dma_probe()

2013-08-26 Thread Vinod Koul
On Fri, Aug 23, 2013 at 10:59:15AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return -EINVAL in the irq parse and map error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun This need to go thru USB tree Acked-by Vinod Koul

Re: [PATCH -next] dma: cppi41: fix error return code in cppi41_dma_probe()

2013-08-26 Thread Vinod Koul
On Fri, Aug 23, 2013 at 10:59:15AM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -EINVAL in the irq parse and map error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn This

[PATCH -next] dma: cppi41: fix error return code in cppi41_dma_probe()

2013-08-22 Thread Wei Yongjun
From: Wei Yongjun Fix to return -EINVAL in the irq parse and map error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/dma/cppi41.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/dma/cppi41.c

[PATCH -next] dma: cppi41: fix error return code in cppi41_dma_probe()

2013-08-22 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -EINVAL in the irq parse and map error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/dma/cppi41.c | 4 +++- 1 file changed, 3 insertions(+), 1