qcacmn: replace irq name from wlan_ahb to the actual name

when we issue cat /proc/interrupts we see wlan_ahb for all
wlan interrupts, now replaced it with proper names to make
it easy to debug

Change-Id: Ib447cce7ffc2844b9f21f579aa50b6a1cfc2e001
This commit is contained in:
Tallapragada Kalyan
2017-06-08 09:32:50 +05:30
committed by snandini
parent a4e0fd63cc
commit 1be17fcd6b

View File

@@ -301,7 +301,8 @@ int hif_ahb_configure_grp_irq(struct hif_softc *scn)
ic_irqnum[hif_ext_group->irq[j]] = irq; ic_irqnum[hif_ext_group->irq[j]] = irq;
ret = request_irq(irq, ret = request_irq(irq,
hif_ext_group_ahb_interrupt_handler, hif_ext_group_ahb_interrupt_handler,
IRQF_TRIGGER_RISING, "wlan_ahb", IRQF_TRIGGER_RISING,
ic_irqname[hif_ext_group->irq[j]],
hif_ext_group); hif_ext_group);
if (ret) { if (ret) {
dev_err(&pdev->dev, dev_err(&pdev->dev,