Searched hist:"74 e39f526d95c0c119ada1874871ee328c59fbee" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/hisilicon/ |
H A D | clk-hi3519.c | diff 74e39f526d95c0c119ada1874871ee328c59fbee Wed Jan 10 19:58:21 CET 2024 Christophe JAILLET <christophe.jaillet@wanadoo.fr> clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister()
The gates are stored in 'hi3519_gate_clks', not 'hi3519_mux_clks'. This is also in line with how hisi_clk_register_gate() is called in the probe.
Fixes: 224b3b262c52 ("clk: hisilicon: hi3519: add driver remove path and fix some issues") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/c3f1877c9a0886fa35c949c8f0ef25547f284f18.1704912510.git.christophe.jaillet@wanadoo.fr Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|