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

Commit c0c9fb90 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Only assert for remap window register when link is not down"

parents b60ed81b f5dd3652
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
	}
}