Re: [PATCH] clk: bcm2835: add missing release if devm_clk_hw_register fails
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-10-14 03:02:02
Also in:
linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-10-14 03:02:02
Also in:
linux-clk, lkml
Quoting Navid Emamdoost (2020-08-09 16:11:58)
In the implementation of bcm2835_register_pll(), the allocated pll is leaked if devm_clk_hw_register() fails to register hw. Release pll if devm_clk_hw_register() fails. Signed-off-by: Navid Emamdoost <redacted> ---
Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel