commit | e9698cc5d2749c5b74e137f94a95d7e505b097e8 | [log] [tgz] |
---|---|---|
author | Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> | Tue Jul 30 04:24:11 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 07 23:02:48 2013 +0200 |
tree | 2687d73dd78e85412cec1104b2d6630e987ef921 | |
parent | 23d328994b548d6822b88fe7e1903652afc354e0 [diff] |
cpufreq: Add helper to perform alloc/free of policy structure Separate out the allocation of the cpufreq policy structure (along with its error handling) to a helper function. This makes the code easier to read and also helps with some upcoming code reorganization. Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>