Re: [PATCH v5 1/7] console: Don't perform test for CON_BRL flag

From: Sergey Senozhatsky
Date: Mon Feb 03 2020 - 20:34:42 EST


On (20/02/03 15:31), Andy Shevchenko wrote:
>
> 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.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Looks good to me overall

Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>

-ss