OSDN Git Service

ARM: drop nwfpe initialisation message from warning to info level
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Oct 2014 12:06:55 +0000 (12:06 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Nov 2014 15:24:54 +0000 (15:24 +0000)
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>
arch/arm/nwfpe/fpmodule.c

index b2a9182..ec717c1 100644 (file)
@@ -98,8 +98,8 @@ static int __init fpe_init(void)
                return 0;
 
        /* Display title, version and copyright information. */
-       printk(KERN_WARNING "NetWinder Floating Point Emulator V0.97 ("
-              NWFPE_BITS " precision)\n");
+       pr_info("NetWinder Floating Point Emulator V0.97 ("
+               NWFPE_BITS " precision)\n");
 
        thread_register_notifier(&nwfpe_notifier_block);