]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_pci: handle FL_NOIRQ board flag
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Thu, 27 May 2021 09:54:40 +0000 (11:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 13:22:36 +0000 (15:22 +0200)
commiteab3ed86428ffa40f30d55ab97e2fa60e6b3d509
treed96f01a1f8b1bbe0b295bd4222d027eb167a7794
parent0752e18a5eba941aaf0b966f7d7b002129c67fd5
serial: 8250_pci: handle FL_NOIRQ board flag

In commit 55f29b748051 ("serial: 8250_pci: Implement MSI(-X) support")
the way the irq gets allocated was changed. With that change the
handling FL_NOIRQ got lost. Restore the old behaviour.

Fixes: 55f29b748051 ("serial: 8250_pci: Implement MSI(-X) support")
Cc: <stable@vger.kernel.org>
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Link: https://lore.kernel.org/r/20210527095529.26281-1-christian.gmeiner@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c