On Fri 2025-11-21 15:50:35, Marcos Paulo de Souza wrote: > The macro for_each_console_srcu iterates over all registered consoles. It's > implied that all registered consoles have CON_ENABLED flag set, making > the check for the flag unnecessary. Call console_is_usable function to > fully verify if the given console is usable before calling the ->unblank > callback. > > Signed-off-by: Marcos Paulo de Souza <[email protected]>
Makes sense: Reviewed-by: Petr Mladek <[email protected]> Best Regards, Petr _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
