Commit 64f9f010 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Revert "printk: Don't try to parse DEVNAME:0.0 console options"

This reverts commit 8a831c58.

Let's roll back all of the serial core and printk console changes that
went into 6.10-rc1 as there still are problems with them that need to be
sorted out.

Link: https://lore.kernel.org/r/ZnpRozsdw6zbjqze@tlindgre-MOBL1Reported-by: default avatarPetr Mladek <pmladek@suse.com>
Reported-by: default avatarTony Lindgren <tony@atomide.com>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent deb091cb
...@@ -2504,10 +2504,6 @@ static int __init console_setup(char *str) ...@@ -2504,10 +2504,6 @@ static int __init console_setup(char *str)
if (console_opt_save(str, brl_options)) if (console_opt_save(str, brl_options))
return 1; return 1;
/* Don't attempt to parse a DEVNAME:0.0 style console */
if (strchr(str, ':'))
return 1;
/* /*
* Decode str into name, index, options. * Decode str into name, index, options.
*/ */
......
Markdown is supported
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