]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: add missing of_node_put in i2c_mux_del_adapters
authorQi Hou <qi.hou@windriver.com>
Fri, 3 Mar 2017 07:57:11 +0000 (15:57 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 8 Mar 2017 16:59:12 +0000 (17:59 +0100)
commit383fa10cd55e9656a6c1a5c9fa861c9e1811d4ff
tree0d8c40c8949ab5c1ef0d3402aa33a54be0765ef5
parent47ce6419b337971f64dbf29305de53424779d9c7
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: Qi Hou <qi.hou@windriver.com>
Reviewed-by: Zhang Xiao <xiao.zhang@windriver.com>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-mux.c