[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220817061125.4720-3-swati.agarwal@xilinx.com>
Date: Wed, 17 Aug 2022 11:41:24 +0530
From: Swati Agarwal <swati.agarwal@...inx.com>
To: <vkoul@...nel.org>, <lars@...afoo.de>, <adrianml@...mnos.upm.es>,
<libaokun1@...wei.com>, <marex@...x.de>
CC: <dmaengine@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <swati.agarwal@...inx.com>,
<harini.katakam@...inx.com>, <radhey.shyam.pandey@...inx.com>,
<michal.simek@...inx.com>, <swati.agarwal@....com>,
<harini.katakam@....com>, <radhey.shyam.pandey@....com>,
<michal.simek@....com>
Subject: [PATCH v2 2/3] dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
Free the allocated resources for missing xlnx,num-fstores property.
Signed-off-by: Swati Agarwal <swati.agarwal@...inx.com>
---
drivers/dma/xilinx/xilinx_dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/xilinx/xilinx_dma.c b/drivers/dma/xilinx/xilinx_dma.c
index ba0dccaa8cf1..f63ec9d862ff 100644
--- a/drivers/dma/xilinx/xilinx_dma.c
+++ b/drivers/dma/xilinx/xilinx_dma.c
@@ -3191,7 +3191,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",
--
2.17.1
Powered by blists - more mailing lists