]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: clk-qoriq: Replace of_node_put() with __free()
authorDavid Hunter <david.hunter.linux@gmail.com>
Wed, 18 Sep 2024 12:39:23 +0000 (08:39 -0400)
committerStephen Boyd <sboyd@kernel.org>
Wed, 9 Oct 2024 23:01:00 +0000 (16:01 -0700)
commit8fcad5ff78baf7524bb4b46bda4160b5ccc2d2b0
treefb4ceb4ce8558089a04ed8b407bab4bcb8788090
parent21291491e3f39d1dac6453e376f7619b21239b5e
clk: clk-qoriq: Replace of_node_put() with __free()

Use __free() to have automatic cleanup instead of calling of_node_put()
manually.

Compiled without errors or warnings.

Signed-off-by: David Hunter <david.hunter.linux@gmail.com>
Link: https://lore.kernel.org/r/20240918123925.41511-1-david.hunter.linux@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-qoriq.c