commit | 943bbe743ce4c2846c41812186411841b0c9d7a1 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Fri Aug 26 14:31:50 2016 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Mon Aug 29 19:51:17 2016 +0100 |
tree | 54d55f118dd3368bc7f7fc0487ae4c6dc726211e | |
parent | 16335bcbf920d9903778d942ec5e579b25984b4b [diff] |
iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_config_of() When terminating for_each_child_of_node() iteration with break or return, of_node_put() should be used to prevent stale device node references from being left behind. This is detected by Coccinelle semantic patch. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>