Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a72afc0 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: Tone down the severity of a printk() in i386/ia64 arch code


       for i386, it's printed on many machines and usually is not
       a cause for worry.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent 2673c836
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ static int i8042_pnp_init(void)
#if defined(__ia64__)
		return -ENODEV;
#else
		printk(KERN_WARNING "PNP: No PS/2 controller found. Probing ports directly.\n");
		printk(KERN_INFO "PNP: No PS/2 controller found. Probing ports directly.\n");
		return 0;
#endif
	}