This patch series fixes OF node reference leaks in edma_driver. The first patch makes the loop condition simpler in edma_probe() and the second patch actually fixes the leak. --- Changes in v3: - Split the patch into two. Changes in v2: - Get rid of the .node field in struct edma_tc and put the node in .probe(). --- Joe Hattori (2): dmaengine: ti: edma: make the loop condition simpler in edma_probe() dmaengine: ti: edma: fix OF node reference leaks in edma_driver drivers/dma/ti/edma.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -- 2.34.1