Commit 9478200b authored by Swati Agarwal's avatar Swati Agarwal Committed by Jialin Zhang
Browse files

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

stable inclusion
from stable-v5.10.148
commit e0ca2998dfba40bcc504ca6a4f55d2599a38ae4a
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I6D0WL

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e0ca2998dfba40bcc504ca6a4f55d2599a38ae4a



--------------------------------

[ Upstream commit 462bce79 ]

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.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarJialin Zhang <zhangjialin11@huawei.com>
Reviewed-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parent 6bc3462f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3051,7 +3051,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",