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, 3 Jun 2021 07:00:34 +0000 (09:00 +0200)
commitae46660bf29f7695e5c20e603630e8765d0328c2
tree573c3c5fc204ca165d1916a89c4bf30edd89b9c5
parent60f9e33bb716163666305a192c6b32b4cb81eaa4
serial: 8250_pci: handle FL_NOIRQ board flag

commit 9808f9be31c68af43f6e531f2c851ebb066513fe upstream.

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