Skip to content
Commit 02dbfa5e authored by Qi Hou's avatar Qi Hou Committed by Wolfram Sang
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().

Signe-off-by: default avatarQi Hou <qi.hou@windriver.com>
Reviewed-by: default avatarZhang Xiao <xiao.zhang@windriver.com>
Acked-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 2501c1bb
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