]> 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)
commit303291e3664f9799298bbd7e87590714dc93e072
treed96f01a1f8b1bbe0b295bd4222d027eb167a7794
parent30f08f90f3d398b5b65f27d5c37936e88080ad00
serial: 8250_pci: handle FL_NOIRQ board flag

In commit b02247bbfa51 ("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: b02247bbfa51 ("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