From 8a2ab42b7586a78d6225771cf65bfb9df50b029f Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 28 Oct 2014 12:06:55 +0000 Subject: 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 Signed-off-by: Russell King --- arch/arm/nwfpe/fpmodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/nwfpe') 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) 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); -- cgit