commit | 52eac788d66c5f79b58d31db0c16598ebd5377cf | [log] [tgz] |
---|---|---|
author | Ram Chandrasekar <rkumbako@codeaurora.org> | Mon Feb 03 18:37:11 2014 -0700 |
committer | Ram Chandrasekar <rkumbako@codeaurora.org> | Mon Feb 03 18:37:11 2014 -0700 |
tree | 7cf93bb52eb1c4996a00bdcefd3d214b0d3a4b91 | |
parent | a5dc8cd8daea75105f2bf819a8d669f21f34bd7b [diff] |
msm: thermal: Initialize per cpu variables during thermal init Initializing the per cpu variables inside frequency/hotplug probe function has a possibility that it may result in uninitialized variables. So initialize the per cpu variables in the thermal drivers init function. Change-Id: I18e65a4bc2f5bba279d1971701ac0877a5391395 Signed-off-by: Ram Chandrasekar <rkumbako@codeaurora.org>