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