Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 869619e6 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'regmap-4.17' into regmap-4.18 for the merge window

parents cbdd39ca eb4a219d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -206,6 +206,7 @@ static void regmap_mmio_free_context(void *context)


	if (!IS_ERR(ctx->clk)) {
	if (!IS_ERR(ctx->clk)) {
		clk_unprepare(ctx->clk);
		clk_unprepare(ctx->clk);
		if (!ctx->attached_clk)
			clk_put(ctx->clk);
			clk_put(ctx->clk);
	}
	}
	kfree(context);
	kfree(context);