Skip to content
Commit db6aee60 authored by Liang He's avatar Liang He Committed by Wolfram Sang
Browse files

i2c: mux: gpio: Add missing fwnode_handle_put()

In i2c_mux_gpio_probe_fw(), we should add fwnode_handle_put()
when break out of the iteration device_for_each_child_node()
as it will automatically increase and decrease the refcounter.

Fixes: 98b2b712

 ("i2c: i2c-mux-gpio: Enable this driver in ACPI land")
Signed-off-by: default avatarLiang He <windhl@126.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 7c0195fa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment