]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 13 May 2013 08:03:43 +0000 (08:03 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 13 May 2013 23:39:28 +0000 (01:39 +0200)
commit612014a11a990d024c09609d84d58e5e6dc07cfc
tree2bf1b2308e05ba9566cf61091e72167708d5a365
parentb89364e27a3f8b01f5d36a865cbd4e9f5c84f527
cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)

Use vzalloc() instead of vmalloc() and memset(0).

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c