dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
authorSwati Agarwal <swati.agarwal@xilinx.com>
Wed, 17 Aug 2022 06:11:24 +0000 (11:41 +0530)
committerVinod Koul <vkoul@kernel.org>
Sun, 4 Sep 2022 17:24:07 +0000 (22:54 +0530)
Free the allocated resources for missing xlnx,num-fstores property.

Signed-off-by: Swati Agarwal <swati.agarwal@xilinx.com>
Link: https://lore.kernel.org/r/20220817061125.4720-3-swati.agarwal@xilinx.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dma.c

index 97633f0b8114d5008a928b50add797dd89ee71ed..5e6e46437aea24dab5d9952bfbad5bb63e3ea0d4 100644 (file)
@@ -3071,7 +3071,7 @@ static int xilinx_dma_probe(struct platform_device *pdev)
                if (err < 0) {
                        dev_err(xdev->dev,
                                "missing xlnx,num-fstores property\n");
-                       return err;
+                       goto disable_clks;
                }
 
                err = of_property_read_u32(node, "xlnx,flush-fsync",