Commit 462bce79 authored by Swati Agarwal's avatar Swati Agarwal Committed by Vinod Koul

dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property

Free the allocated resources for missing xlnx,num-fstores property.
Signed-off-by: default avatarSwati Agarwal <swati.agarwal@xilinx.com>
Link: https://lore.kernel.org/r/20220817061125.4720-3-swati.agarwal@xilinx.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 91df7751
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment