]> git.itanic.dy.fi Git - linux-stable/commit
clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 10 Jan 2024 18:58:21 +0000 (19:58 +0100)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:17:09 +0000 (18:17 -0400)
commitb3e3fb27525e2b94cfa494557bddab5d692b8813
treea0cc614a129ef69e2f3aade51904939d86a7c738
parenta02e9bd417d2c2027004630e0b8d649813ea9ac1
clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister()

[ Upstream commit 74e39f526d95c0c119ada1874871ee328c59fbee ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/hisilicon/clk-hi3519.c