Searched hist:b9bbbf49 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpc5xxx_clocks.c | b9bbbf49 Tue Mar 21 22:04:23 CDT 2023 Liang He <windhl@126.com> powerpc/mpc5xxx: Add missing fwnode_handle_put()
In mpc5xxx_fwnode_get_bus_frequency(), we should add fwnode_handle_put() when break out of the iteration fwnode_for_each_parent_node() as it will automatically increase and decrease the refcounter.
Fixes: de06fba62af6 ("powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode") Signed-off-by: Liang He <windhl@126.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230322030423.1855440-1-windhl@126.com
|