commit | 3be466d681a92300908c51888f75cf298e040558 | [log] [tgz] |
---|---|---|
author | Yangtao Li <tiny.windzz@gmail.com> | Tue Nov 20 11:05:30 2018 -0500 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 29 22:33:32 2018 +0100 |
tree | 1886984b0a83f39c528938872ed750fbc940c62a | |
parent | 60935c17e26ac2cfc4095bed02a6b4135c3e6d4a [diff] |
cpufreq: powernv: add of_node_put() The of_find_node_by_path() returns a node pointer with refcount incremented,but there is the lack of use of the of_node_put() when done.Add the missing of_node_put() to release the refcount. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>