Skip to content
Commit e0638fa4 authored by Lixin Wang's avatar Lixin Wang Committed by Wolfram Sang
Browse files

i2c: core: decrease reference count of device node in i2c_unregister_device



Reference count of device node was increased in of_i2c_register_device,
but without decreasing it in i2c_unregister_device. Then the added
device node will never be released. Fix this by adding the of_node_put.

Signed-off-by: default avatarLixin Wang <alan.1.wang@nokia-sbell.com>
Tested-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
parent a8750ddc
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