The braille console doesn't take the same path on register_console that other console drivers. At this point, it only registers the console and do not receive any printk message, so we can drop the CON_ENABLED. Signed-off-by: Marcos Paulo de Souza --- drivers/accessibility/braille/braille_console.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/accessibility/braille/braille_console.c b/drivers/accessibility/braille/braille_console.c index 06b43b678d6e..0b7ec68b305c 100644 --- a/drivers/accessibility/braille/braille_console.c +++ b/drivers/accessibility/braille/braille_console.c @@ -360,7 +360,6 @@ int braille_register_console(struct console *console, int index, if (ret != 0) return ret; } - console->flags |= CON_ENABLED; console->index = index; braille_co = console; register_keyboard_notifier(&keyboard_notifier_block); -- 2.52.0