Files
Linux/drivers/accessibility
Andy Shevchenko c81ea7203b console: Don't perform test for CON_BRL flag
We don't call braille_register_console() without CON_BRL flag set.
And the _braille_unregister_console() already tests for console to have
CON_BRL flag. No need to repeat this in braille_unregister_console().

Drop the repetitive checks from Braille console driver.

Link: http://lkml.kernel.org/r/[email protected]
To: [email protected]
To: Steven Rostedt <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Reviewed-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
2020-02-11 10:43:36 +01:00
..
…
…