Skip to content
Commit 2e1e4949 authored by Qi Hou's avatar Qi Hou Committed by Peter Rosin
Browse files

i2c: add missing of_node_put in i2c_mux_del_adapters



Refcount of of_node is increased with of_node_get() in i2c_mux_add_adapter().
It must be decreased with of_node_put() in i2c_mux_del_adapters().

Cc: stable@vger.kernel.org
Signed-off-by: default avatarQi Hou <qi.hou@windriver.com>
Reviewed-by: default avatarZhang Xiao <xiao.zhang@windriver.com>
Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
parent c470abd4
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