cpufreq: ARM big LITTLE: put DT nodes after using them
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 15 Apr 2013 07:05:24 +0000 (07:05 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 21 Apr 2013 22:53:40 +0000 (00:53 +0200)
commit763f8c3fe493693d8c651bd6352a67acc798e361
tree8dd9b03592723c8ec06472e72ffa0daa34066d3a
parent820c6ca293e99ae225dc9dd7e0e689c444b08f92
cpufreq: ARM big LITTLE: put DT nodes after using them

DT nodes should be put using of_node_put() to balance their usage counts. This
is not done properly in ARM's big LITTLE driver. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/arm_big_little_dt.c