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)
commit9808f9be31c68af43f6e531f2c851ebb066513fe
treed96f01a1f8b1bbe0b295bd4222d027eb167a7794
parent016002848c82eeb5d460489ce392d91fe18c475c
serial: 8250_pci: handle FL_NOIRQ board flag

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