OSDN Git Service

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>
Sun, 9 Sep 2012 20:04:53 +0000 (22:04 +0200)
commita2060958569a8e8e36202c373a55c458ff84856d
tree794f7b0536895b26ace84762cbffb4ddf21ed2a2
parent034be8fd645bb77ca623036dc24c790b6cc803e2
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