diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-05-05 11:19:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-13 16:57:16 +0200 |
commit | 16765365a062f6d25d087cdd0fca3e01c9a03403 (patch) | |
tree | 9b2b2357f0d8897151426f73920bc9c97f889ff3 /drivers/power | |
parent | n_tty: move lnext handling (diff) | |
download | linux-16765365a062f6d25d087cdd0fca3e01c9a03403.tar.xz linux-16765365a062f6d25d087cdd0fca3e01c9a03403.zip |
n_tty: make n_tty_receive_char_special return void
After the previous patch, noone cares about the return value of
n_tty_receive_char_special. ldata->lnext is checked instead.
So switch return type of n_tty_receive_char_special to void.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210505091928.22010-8-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/power')
0 files changed, 0 insertions, 0 deletions