commit | a0f9992c809fb73a05de1894734418a88178539f | [log] [tgz] |
---|---|---|
author | Suzuki K Poulose <suzuki.poulose@arm.com> | Thu Sep 20 13:17:38 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 25 20:09:17 2018 +0200 |
tree | 7a2917122be805b562de9fa11cabe8f2fea71c38 | |
parent | 6575fdb74645c14453f3119568ec45cbc54d4afb [diff] |
coresight: platform: Fix refcounting for graph nodes The coresight driver doesn't drop the references on the remote endpoint/port nodes. Add the missing of_node_put() calls. Reported-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>