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

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

Merge "cnss2: Remove 0 MSI data check"

parents 15939eb9 d34722b6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1695,11 +1695,6 @@ static int cnss_pci_enable_msi(struct cnss_pci_data *pci_priv)
	}

	pci_priv->msi_ep_base_data = msi_desc->msg.data;
	if (!pci_priv->msi_ep_base_data) {
		cnss_pr_err("Got 0 MSI base data!\n");
		CNSS_ASSERT(0);
	}

	cnss_pr_dbg("MSI base data is %d\n", pci_priv->msi_ep_base_data);

	return 0;