]> www.infradead.org Git - users/dwmw2/linux.git/commit
serial: lantiq: add missing interrupt ack
authorBernhard Seibold <mail@bernhard-seibold.de>
Fri, 2 Jun 2023 13:30:29 +0000 (15:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jun 2023 14:02:12 +0000 (16:02 +0200)
commitf9eb22d8059f6b2fd641a24f52395cfe9b011ed1
tree4beca324ec826a54d8dd239228a1f0ad2b5bef11
parent56d0ea152f4eeaf15eb6ef1468543bf851ca5ac5
serial: lantiq: add missing interrupt ack

commit 306320034e8fbe7ee1cc4f5269c55658b4612048 upstream.

Currently, the error interrupt is never acknowledged, so once active it
will stay active indefinitely, causing the handler to be called in an
infinite loop.

Fixes: 2f0fc4159a6a ("SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs.")
Cc: <stable@vger.kernel.org>
Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Message-ID: <20230602133029.546-1-mail@bernhard-seibold.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/lantiq.c