Unverified Commit 8a1f541c authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!6685 v2 char: imx-rngc: fix clk_disable_unprepare missing in error path

parents e38654e6 3aae218b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ static int imx_rngc_probe(struct platform_device *pdev)
			irq, imx_rngc_irq, 0, pdev->name, (void *)rngc);
	if (ret) {
		dev_err(rngc->dev, "Can't get interrupt working.\n");
		return ret;
		goto err;
	}

	if (self_test) {