Loading drivers/net/wireless/cnss2/pci.c +2 −1 Original line number Diff line number Diff line Loading @@ -410,6 +410,7 @@ static void cnss_pci_select_window(struct cnss_pci_data *pci_priv, u32 offset) if (val != window_enable) { cnss_pr_err("Failed to config window register to 0x%x, current value: 0x%x\n", window_enable, val); if (!cnss_pci_check_link_status(pci_priv)) CNSS_ASSERT(0); } } Loading Loading
drivers/net/wireless/cnss2/pci.c +2 −1 Original line number Diff line number Diff line Loading @@ -410,6 +410,7 @@ static void cnss_pci_select_window(struct cnss_pci_data *pci_priv, u32 offset) if (val != window_enable) { cnss_pr_err("Failed to config window register to 0x%x, current value: 0x%x\n", window_enable, val); if (!cnss_pci_check_link_status(pci_priv)) CNSS_ASSERT(0); } } Loading