Thread (3 messages) 3 messages, 3 authors, 2021-08-26
STALE1789d

[PATCH] serial: 8250_mid: Use pci_irq_vector() to get IRQ

From: Utkarsh Verma <hidden>
Date: 2021-08-17 08:15:03
Also in: linux-kernel-mentees, lkml
Subsystem: 8250/16?50 (and clone uarts) serial driver, intel mid (mobile internet device) platform, the rest, tty layer and serial drivers · Maintainers: Greg Kroah-Hartman, Andy Shevchenko, Linus Torvalds, Jiri Slaby

Instead of a direct assignment, use pci_irq_vector() to get the
Linux IRQ number.

Signed-off-by: Utkarsh Verma <redacted>
---
 drivers/tty/serial/8250/8250_mid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/8250/8250_mid.c b/drivers/tty/serial/8250/8250_mid.c
index efa0515139f8..3a279ce0e904 100644
--- a/drivers/tty/serial/8250/8250_mid.c
+++ b/drivers/tty/serial/8250/8250_mid.c
@@ -299,7 +299,7 @@ static int mid8250_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 	memset(&uart, 0, sizeof(struct uart_8250_port));
 
 	uart.port.dev = &pdev->dev;
-	uart.port.irq = pdev->irq;
+	uart.port.irq = pci_irq_vector(pdev, 0);
 	uart.port.private_data = mid;
 	uart.port.type = PORT_16750;
 	uart.port.iotype = UPIO_MEM;
-- 
2.17.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help