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

Commit ee8d6349 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: support QGIC MSI for multiple clients"

parents adbf5ea1 dd9a9971
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5563,7 +5563,7 @@ static int arch_setup_msi_irq_qgic(struct pci_dev *pdev,
	irq_set_msi_desc(firstirq, desc);
	msg.address_hi = 0;
	msg.address_lo = dev->msi_gicm_addr;
	msg.data = dev->msi_gicm_base;
	msg.data = dev->msi_gicm_base + (firstirq - dev->msi[0].num);
	write_msi_msg(firstirq, &msg);

	return 0;