commit | 887c61c4c997d327be8c5ca4f153c147cfc923ee | [log] [tgz] |
---|---|---|
author | Saravana Kannan <skannan@codeaurora.org> | Thu Feb 13 19:08:21 2014 -0800 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Thu Feb 27 02:12:23 2014 -0800 |
tree | 0ac239fc84f3bdc6e798d10662bd47dcbb973c94 | |
parent | d1f28b477db9ae88f83652bba6a403da84f4cc95 [diff] |
cpufreq: cpu-boost: Don't register for cpufreq notifiers too early The cpufreq notifiers should be registered only after all the data structures used in the notifier callbacks have been initialized. So, move the cpufreq notifier registration to a later point in the init function. Change-Id: I043ab5bc0ebb98164c40549fe151a8d801c8c186 Signed-off-by: Saravana Kannan <skannan@codeaurora.org>