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

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

Merge "cnss: Use the nosync API in cnss when disabling irq"

parents e92cb779 87ecd566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1978,7 +1978,7 @@ static inline void __cnss_disable_irq(void *data)
{
	struct pci_dev *pdev = data;

	disable_irq(pdev->irq);
	disable_irq_nosync(pdev->irq);
}

void cnss_pci_events_cb(struct msm_pcie_notify *notify)