Merge "cnss: Use the nosync API in cnss when disabling irq"
This commit is contained in:
commit
f99b0c3811
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ static inline void __cnss_disable_irq(void *data)
|
||||||
{
|
{
|
||||||
struct pci_dev *pdev = 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)
|
void cnss_pci_events_cb(struct msm_pcie_notify *notify)
|
||||||
|
|
Loading…
Add table
Reference in a new issue