Commit 744972b2 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Kalle Valo
Browse files

libertas_tf: lower the debug level of command trace



Logging each and every command response is way too much for INFO level.
Silence this, unless CONFIG_LIBERTAS_THINFIRM_DEBUG has been enabled.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarSteve deRosier <derosier@cal-sierra.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 6f6e4f98
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -737,8 +737,7 @@ int lbtf_process_rx_command(struct lbtf_private *priv)
	respcmd = le16_to_cpu(resp->command);
	result = le16_to_cpu(resp->result);

	if (net_ratelimit())
		pr_info("libertastf: cmd response 0x%04x, seq %d, size %d\n",
	lbtf_deb_cmd("libertastf: cmd response 0x%04x, seq %d, size %d\n",
		     respcmd, le16_to_cpu(resp->seqnum),
		     le16_to_cpu(resp->size));