Skip to content
Commit 87fd7724 authored by Olof Johansson's avatar Olof Johansson Committed by Paul Mackerras
Browse files

[POWERPC] Quiet hvc_console console output on failed opens



No other tty driver will print on the console when the open of it fails.

On systems that happen to be configured for both ttyS0 and hvc0 console,
this will keep flooding the console output.  This is most likely to
happen with systems booted between with and without hypervisor from the
same filesystem.

Let's just remove it. When it's really needed (i.e. when the open fails
and someone is trying to debug it), noone will see the output anyway. And
init will report the opens failing in due time through the syslog.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarRyan S. Arnold <rsa@us.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 06e6d290
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment