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

Commit 342004be authored by Michal Kazior's avatar Michal Kazior Committed by Kalle Valo
Browse files

ath10k: lower print level for a message

parent 09af8f85
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -751,7 +751,8 @@ int ath10k_htc_connect_service(struct ath10k_htc *htc,
	tx_alloc = ath10k_htc_get_credit_allocation(htc,
						    conn_req->service_id);
	if (!tx_alloc)
		ath10k_warn("HTC Service %s does not allocate target credits\n",
		ath10k_dbg(ATH10K_DBG_HTC,
			   "HTC Service %s does not allocate target credits\n",
			   htc_service_name(conn_req->service_id));

	skb = ath10k_htc_build_tx_ctrl_skb(htc->ar);