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

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

Merge "cnss2: Clear host driver ops if register driver gets killed"

parents 5bd24ffb 95d28c8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2158,6 +2158,7 @@ int cnss_wlan_register_driver(struct cnss_wlan_driver *driver_ops)
	if (ret == -EINTR) {
		cnss_pr_dbg("Register driver work is killed\n");
		del_timer(&plat_priv->fw_boot_timer);
		pci_priv->driver_ops = NULL;
	}

	return ret;