linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 01/12] iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq()
Date: Wed, 30 Sep 2020 19:19:48 +0300	[thread overview]
Message-ID: <iwlwifi.20200930191738.1c22d1bc0a88.I24e57317bdddc6c72f69725e1d95683a935e893d@changeid> (raw)
In-Reply-To: <20200930161959.983283-1-luca@coelho.fi>

From: Luca Coelho <luciano.coelho@intel.com>

We are printing the same thing twice, "Enabling TXQ #%d".  Previously
the second print was including more information, but now it only
prints the queue number, which is already in the first print.  Remove
the redundant one.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
index 827e80ff5aa6..72c9235c6bd5 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
@@ -770,8 +770,6 @@ static int iwl_mvm_tvqm_enable_txq(struct iwl_mvm *mvm,
 	IWL_DEBUG_TX_QUEUES(mvm, "Enabling TXQ #%d for sta %d tid %d\n",
 			    queue, sta_id, tid);
 
-	IWL_DEBUG_TX_QUEUES(mvm, "Enabling TXQ #%d\n", queue);
-
 	return queue;
 }
 
-- 
2.28.0


  reply	other threads:[~2020-09-30 16:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30 16:19 [PATCH 00/12] iwlwifi: updates intended for v5.10 2020-09-30 part 2 Luca Coelho
2020-09-30 16:19 ` Luca Coelho [this message]
2020-10-01 19:03   ` [PATCH 01/12] iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq() Luca Coelho
2020-09-30 16:19 ` [PATCH 02/12] iwlwifi: align RX status flags with firmware Luca Coelho
2020-09-30 16:19 ` [PATCH 03/12] iwlwifi: mvm: d3: parse wowlan status version 11 Luca Coelho
2020-09-30 16:19 ` [PATCH 04/12] iwlwifi: mvm: clear all scan UIDs Luca Coelho
2020-09-30 16:19 ` [PATCH 05/12] iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independent Luca Coelho
2020-09-30 16:19 ` [PATCH 06/12] iwlwifi: dbg: add debug host notification (DHN) time point Luca Coelho
2020-09-30 16:19 ` [PATCH 07/12] iwlwifi: mvm: ignore the scan duration parameter Luca Coelho
2020-09-30 16:19 ` [PATCH 08/12] iwlwifi: support version 5 of the alive notification Luca Coelho
2020-09-30 16:19 ` [PATCH 09/12] iwlwifi: use correct group for " Luca Coelho
2020-09-30 16:19 ` [PATCH 10/12] iwlwifi: api: fix u32 -> __le32 Luca Coelho
2020-09-30 16:19 ` [PATCH 11/12] iwlwifi: yoyo: add support for internal buffer allocation in D3 Luca Coelho
2020-09-30 16:19 ` [PATCH 12/12] iwlwifi: bump FW API to 57 for AX devices Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iwlwifi.20200930191738.1c22d1bc0a88.I24e57317bdddc6c72f69725e1d95683a935e893d@changeid \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).