diff options
author | Jiri Slaby <[email protected]> | 2021-03-02 07:22:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-03-10 09:34:09 +0100 |
commit | a872ab4d6d191cca1ce84b945e394bd6a8d84dd9 (patch) | |
tree | bf12a1be5a8d5fdca8ae92d92543991d6b748ded /lib/mpi/mpi-sub-ui.c | |
parent | 6c2e6317c975c3cef1e08482a6ed8b734831ffbe (diff) |
tty: let tty_unregister_driver return void
Now that noone checks the return value, switch the return type of
tty_unregister_driver to void. We can do that as we always return zero.
Generally, drivers are not allowed to call tty_unregister_driver while
there are open devices.
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions