diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-07-23 09:43:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-27 12:17:20 +0200 |
commit | 7ccbdcc4d08a6d7041e4849219bbb12ffa45db4c (patch) | |
tree | d9a15ec0ad9ab0cf0e518c3e7dfe6f7351a0354b /block/blk-integrity.c | |
parent | xtensa: ISS: don't panic in rs_init (diff) | |
download | linux-7ccbdcc4d08a6d7041e4849219bbb12ffa45db4c.tar.xz linux-7ccbdcc4d08a6d7041e4849219bbb12ffa45db4c.zip |
hvsi: don't panic on tty_register_driver failure
The alloc_tty_driver failure is handled gracefully in hvsi_init. But
tty_register_driver is not. panic is called if that one fails.
So handle the failure of tty_register_driver gracefully too. This will
keep at least the console functional as it was enabled earlier by
console_initcall in hvsi_console_init. Instead of shooting down the
whole system.
This means, we disable interrupts and restore hvsi_wait back to
poll_for_state().
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210723074317.32690-3-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block/blk-integrity.c')
0 files changed, 0 insertions, 0 deletions