diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-10-28 08:06:55 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-11-21 10:24:54 -0500 |
commit | 8a2ab42b7586a78d6225771cf65bfb9df50b029f (patch) | |
tree | 1855339f6454001b9a335938cca3d30d6efa611d | |
parent | 108900b54dce19aab3fa48adde7138ed868bb109 (diff) |
ARM: drop nwfpe initialisation message from warning to info level
nwfpe's initialisation message is not a warning, it is purely
informational. Print it at the appropriate message level.
Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/nwfpe/fpmodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/nwfpe/fpmodule.c b/arch/arm/nwfpe/fpmodule.c index b2a9182acf14..ec717c190e2c 100644 --- a/arch/arm/nwfpe/fpmodule.c +++ b/arch/arm/nwfpe/fpmodule.c | |||
@@ -98,8 +98,8 @@ static int __init fpe_init(void) | |||
98 | return 0; | 98 | return 0; |
99 | 99 | ||
100 | /* Display title, version and copyright information. */ | 100 | /* Display title, version and copyright information. */ |
101 | printk(KERN_WARNING "NetWinder Floating Point Emulator V0.97 (" | 101 | pr_info("NetWinder Floating Point Emulator V0.97 (" |
102 | NWFPE_BITS " precision)\n"); | 102 | NWFPE_BITS " precision)\n"); |
103 | 103 | ||
104 | thread_register_notifier(&nwfpe_notifier_block); | 104 | thread_register_notifier(&nwfpe_notifier_block); |
105 | 105 | ||