Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 899a63c3 authored by Dan Williams's avatar Dan Williams Committed by Tejun Heo
Browse files

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: default avatarDan Williams <dan.j.williams@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d72c0f43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;