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

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

Merge "cnss2: Remove 0 MSI data check"

parents 12ac06db 1750740f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3730,11 +3730,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;