Re: [PATCH] pch_dma: fix error return code in pch_dma_probe()

2013-07-22 Thread Vinod Koul
On Wed, Jul 17, 2013 at 08:34:59AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return -ENODEV when no proper base address found error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Applied, thanks ~Vinod -- To unsubscribe from

Re: [PATCH] pch_dma: fix error return code in pch_dma_probe()

2013-07-22 Thread Vinod Koul
On Wed, Jul 17, 2013 at 08:34:59AM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENODEV when no proper base address found error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun

[PATCH] pch_dma: fix error return code in pch_dma_probe()

2013-07-16 Thread Wei Yongjun
From: Wei Yongjun Fix to return -ENODEV when no proper base address found error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/dma/pch_dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/pch_dma.c

[PATCH] pch_dma: fix error return code in pch_dma_probe()

2013-07-16 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENODEV when no proper base address found error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/dma/pch_dma.c | 1 + 1 file changed, 1 insertion(+)