iwlwifi: pcie: fit reclaim msg to MAX_MSG_LEN
authorGolan Ben Ami <golan.ben.ami@intel.com>
Tue, 5 Jun 2018 08:58:13 +0000 (11:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 17:47:47 +0000 (18:47 +0100)
commitd395b6f51cf7b0ceb5ee5a538a4df3a81b3c094a
tree3627a26f0f545d2e06bbe9ae12292a369ac4b1a2
parent08d2000d21628ffe559d40ec3c9ec954b8ba2903
iwlwifi: pcie: fit reclaim msg to MAX_MSG_LEN

[ Upstream commit 81f0c66187e1ebb7b63529d82faf7ff1e0ef428a ]

Today, the length of a debug message in iwl_trans_pcie_reclaim
may pass the MAX_MSG_LEN, which is 110.
An example for this kind of message is:

'iwl_trans_pcie_reclaim: Read index for DMA queue txq id (2),
last_to_free 65535 is out of range [0-65536] 2 2.'

Cut the message a bit so it will fit the allowed MAX_MSG_LEN.

Signed-off-by: Golan Ben Ami <golan.ben.ami@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/intel/iwlwifi/pcie/tx.c