[CPUFREQ] Fix another notifier leak in powernow-k8.
authorDave Jones <davej@redhat.com>
Wed, 24 Nov 2010 02:29:31 +0000 (21:29 -0500)
committerDave Jones <davej@redhat.com>
Tue, 1 Mar 2011 23:49:44 +0000 (18:49 -0500)
commita536b126f211bdf9a0eecce0d403a26900d2106c
tree50571a71a0109bd0a99528c715dc2d746c80568d
parentac818314499b707a97690d5ee835e6ba40a407c1
[CPUFREQ] Fix another notifier leak in powernow-k8.

Do the notifier registration later, so we don't have to worry
about freeing it if we fail the msr allocation.

Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/powernow-k8.c