Re: [PATCH] powerpc/mpc5xxx: Add missing fwnode_handle_put()
From: Michael Ellerman <hidden>
Date: 2023-08-31 04:11:28
From: Michael Ellerman <hidden>
Date: 2023-08-31 04:11:28
On Wed, 22 Mar 2023 11:04:23 +0800, Liang He wrote:
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.
Applied to powerpc/next.
[1/1] powerpc/mpc5xxx: Add missing fwnode_handle_put()
https://git.kernel.org/powerpc/c/b9bbbf4979073d5536b7650decd37fcb901e6556
cheers