From 899a63c3ebf3fad8723a432c1bba875ec3ef1948 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 30 Oct 2015 17:09:30 -0400 Subject: ahci: ahci_host_activate: kill IRQF_SHARED MSI messages are per-device, so there will never be another "shared" device in the interrupt chain. Signed-off-by: Dan Williams Signed-off-by: Tejun Heo --- drivers/ata/libahci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/ata') diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c index 2fa551a5146e..67f97e3e471a 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c @@ -2493,7 +2493,7 @@ static int ahci_host_activate_multi_irqs(struct ata_host *host, int irq, rc = devm_request_threaded_irq(host->dev, irq + i, ahci_multi_irqs_intr, - ahci_port_thread_fn, IRQF_SHARED, + ahci_port_thread_fn, 0, pp->irq_desc, host->ports[i]); if (rc) goto out_free_irqs; -- cgit v1.2.3