]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powernow-k8: delay info messages until initialization has succeeded
authorAndre Przywara <andre.przywara@amd.com>
Tue, 4 Sep 2012 08:28:05 +0000 (08:28 +0000)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 5 Sep 2012 11:59:09 +0000 (13:59 +0200)
commit491eb8749a984b2d3f1687d78d8945b057c84edc
tree06cbdf6a2214390bab6cde35f84848e0ef94df45
parent233b7f4c65b7d2a82107897f0211a30ae5206ccb
powernow-k8: delay info messages until initialization has succeeded

powernow-k8 is quite prematurely crying Hooray and outputs diagnostic
messages, although the actual initialization can still fail.
Since now we may have acpi-cpufreq already loaded, we move the
messages at the end of the init routine to avoid confusing output
if the loading of powernow-k8 should not succeed.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/cpufreq/powernow-k8.c