mxser: remove nonsense from ISR
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:17 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:59 +0000 (13:09 +0200)
commitcef222cbffccab4ac137b2d4d232103ac9ed8a89
treeac1be877375e45560d19ae5c8bb21934e3b5fa9a
parent928f946426905dd3ab4e166699baa26358cd8a8b
mxser: remove nonsense from ISR

request_irq was passed a board. There is no need to check dev_id and/or
find the appropriate board in the ISR. Neither check if board is NULL.
Remove this nonsense.

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