[PATCH] of: dma: Fix-up for warnings !CONFIG_OF

2012-11-29 Thread Jon Hunter
When compiling the kernel with DMA engine support enabled and device-tree support disabled, the following warnings are observed. In file included from drivers/dma/dmaengine.c:65:0: include/linux/of_dma.h: In function 'of_dma_controller_free': include/linux/of_dma.h:57:1: warning: no return stateme

Re: [PATCH] of: dma: Fix-up for warnings !CONFIG_OF

2012-11-29 Thread Vinod Koul
On Thu, 2012-11-29 at 16:24 -0600, Jon Hunter wrote: > When compiling the kernel with DMA engine support enabled and device-tree > support disabled, the following warnings are observed. Thanks, already committed same change last night. > > In file included from drivers/dma/dmaengine.c:65:0: > incl

Re: [PATCH] of: dma: Fix-up for warnings !CONFIG_OF

2012-11-30 Thread Jon Hunter
On 11/29/2012 05:47 PM, Vinod Koul wrote: > On Thu, 2012-11-29 at 16:24 -0600, Jon Hunter wrote: >> When compiling the kernel with DMA engine support enabled and device-tree >> support disabled, the following warnings are observed. > Thanks, already committed same change last night. Great! Thanks