1
0
Fork 0

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>
hifive-unleashed-5.1
Russell King 2014-10-28 12:06:55 +00:00
parent 108900b54d
commit 8a2ab42b75
1 changed files with 2 additions and 2 deletions

View 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);