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

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

Merge "cnss2: Clear PCIe remap window field during shutdown"

parents e59991ae 9f94cd2c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -669,6 +669,8 @@ static int cnss_qca6290_shutdown(struct cnss_pci_data *pci_priv)

	cnss_power_off_device(plat_priv);

	pci_priv->remap_window = 0;

	clear_bit(CNSS_FW_READY, &plat_priv->driver_state);
	clear_bit(CNSS_FW_MEM_READY, &plat_priv->driver_state);
	clear_bit(CNSS_DRIVER_UNLOADING, &plat_priv->driver_state);