Unverified Commit 16bceab9 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!15628 ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe

parents 5cc40bff 2b6b7903
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -777,6 +777,7 @@ static int mxs_saif_probe(struct platform_device *pdev)
		saif->master_id = saif->id;
	} else {
		ret = of_alias_get_id(master, "saif");
		of_node_put(master);
		if (ret < 0)
			return ret;
		else