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

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

Merge "icnss2: Add proper debug logs"

parents 02068fd1 26f3eb1a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3352,9 +3352,12 @@ static void icnss_wpss_load(struct work_struct *wpss_load_work)
{
	struct icnss_priv *priv = icnss_get_plat_priv();

	icnss_pr_dbg("Start WPSS Boot\n");

	priv->subsys = subsystem_get("wpss");
	if (IS_ERR_OR_NULL(priv->subsys))
		icnss_pr_err("Failed to load wpss subsys");
		icnss_pr_err("Failed to load wpss subsys, ret: %d",
			     PTR_ERR(priv->subsys));
}

static inline void icnss_wpss_unload(struct icnss_priv *priv)