]> git.itanic.dy.fi Git - linux-stable/commit
clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skipped
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 4 Oct 2023 19:36:00 +0000 (20:36 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Sun, 8 Oct 2023 20:16:30 +0000 (21:16 +0100)
commit3537a75e73f3420614a358d0c8b390ea483cc87d
treecb668a4427feb43e612fd3fd93d6cf433dbd44e0
parent908af696c513bdd028fb16499f12febc0dc48acd
clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skipped

Add the missing devm_kfree() when we skip the clocks with invalid or
missing information from the firmware.

Cc: Cristian Marussi <cristian.marussi@arm.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org
Fixes: 6d6a1d82eaef ("clk: add support for clocks provided by SCMI")
Link: https://lore.kernel.org/r/20231004193600.66232-1-sudeep.holla@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/clk/clk-scmi.c