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

ath10k: lower print level for a message

Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 09af8f85
...@@ -751,8 +751,9 @@ int ath10k_htc_connect_service(struct ath10k_htc *htc, ...@@ -751,8 +751,9 @@ int ath10k_htc_connect_service(struct ath10k_htc *htc,
tx_alloc = ath10k_htc_get_credit_allocation(htc, tx_alloc = ath10k_htc_get_credit_allocation(htc,
conn_req->service_id); conn_req->service_id);
if (!tx_alloc) if (!tx_alloc)
ath10k_warn("HTC Service %s does not allocate target credits\n", ath10k_dbg(ATH10K_DBG_HTC,
htc_service_name(conn_req->service_id)); "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); skb = ath10k_htc_build_tx_ctrl_skb(htc->ar);
if (!skb) { if (!skb) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment