tty/serial: pmac_zilog: Don't check port->sysrq
authorDmitry Safonov <dima@arista.com>
Fri, 13 Dec 2019 00:06:29 +0000 (00:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Dec 2019 14:04:56 +0000 (15:04 +0100)
commiteff0a31d4b08797197718d2ecfa34f5f088e085c
treee30467e69ed4e38f7dc8296207dd59de7b78d05f
parentbb3ecd968b356f7a1399a7fe1fe98f3ab61632a9
tty/serial: pmac_zilog: Don't check port->sysrq

uart_handle_sysrq_char() already handles it.

Signed-off-by: Dmitry Safonov <dima@arista.com>
Link: https://lore.kernel.org/r/20191213000657.931618-31-dima@arista.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c