mxser: extract port ISR
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:19 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:59 +0000 (13:09 +0200)
commit9e40ea1f785292356cfb39aafff7d346b46d8b4f
tree408650b623eee40088c86920b70023718d282541
parent15517806037c8633ff44e6cd2099d3de22233b4a
mxser: extract port ISR

The ISR is terrible mix of letters. Let's extract the proper per-port
handling to a separate function called mxser_port_isr. This way, we can
actually see what both mxser_interrupt and mxser_port_isr do now.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-14-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c