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)
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

Simple merge