Hi Arnd, On Mon, Mar 4, 2013 at 6:28 PM, Arnd Bergmann <arnd@xxxxxxxx> 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, pdmac); >> + if (ret) { >> + dev_err(&adev->dev, >> + "unable to register DMA to the generic DT DMA helpers\n"); >> + goto probe_err4; >> + } >> } > > Hmm, when I did the same thing in dw_dma, Andy commented that this should > not be a failure at all, since the device is still usable. Could we > instead make of_dma_controller_register return silently when it > gets a NULL of_node? Ok. I will do that. Thanks Padma > > Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html