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

No differences found