Loading drivers/net/wireless/cnss/cnss_pci.c +6 −0 Original line number Diff line number Diff line Loading @@ -1767,6 +1767,9 @@ static int cnss_wlan_pci_suspend(struct device *dev) if (!penv) goto out; if (!penv->pcie_link_state) goto out; wdriver = penv->driver; if (!wdriver) goto out; Loading Loading @@ -1794,6 +1797,9 @@ static int cnss_wlan_pci_resume(struct device *dev) if (!penv) goto out; if (!penv->pcie_link_state) goto out; wdriver = penv->driver; if (!wdriver) goto out; Loading Loading
drivers/net/wireless/cnss/cnss_pci.c +6 −0 Original line number Diff line number Diff line Loading @@ -1767,6 +1767,9 @@ static int cnss_wlan_pci_suspend(struct device *dev) if (!penv) goto out; if (!penv->pcie_link_state) goto out; wdriver = penv->driver; if (!wdriver) goto out; Loading Loading @@ -1794,6 +1797,9 @@ static int cnss_wlan_pci_resume(struct device *dev) if (!penv) goto out; if (!penv->pcie_link_state) goto out; wdriver = penv->driver; if (!wdriver) goto out; Loading