Re: [PATCH] DMA: PL330: Add check if device tree compatible

2013-03-04 Thread Arnd Bergmann
On Monday 04 March 2013, Padmavathi Venna wrote: + + if (adev-dev.of_node) { + ret = of_dma_controller_register(adev-dev.of_node, +of_dma_pl330_xlate, pdmac); + if (ret) { + dev_err(adev-dev, +

Re: [PATCH] DMA: PL330: Add check if device tree compatible

2013-03-04 Thread Padma Venkat
Hi Arnd, On Mon, Mar 4, 2013 at 6:28 PM, Arnd Bergmann a...@arndb.de wrote: On Monday 04 March 2013, Padmavathi Venna wrote: + + if (adev-dev.of_node) { + ret = of_dma_controller_register(adev-dev.of_node, +of_dma_pl330_xlate,