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

Commit cc96266c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pci: pci-msm-msi: Re-name irq chip name for the driver"

parents 6f39d9be cdfc61c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static void msm_msi_unmask_irq(struct irq_data *data)
}

static struct irq_chip msm_msi_irq_chip = {
	.name = "msm_pci_msi",
	.name = "gic_msm_pci_msi",
	.irq_enable = msm_msi_unmask_irq,
	.irq_disable = msm_msi_mask_irq,
	.irq_mask = msm_msi_mask_irq,