]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 28 Sep 2018 05:57:26 +0000 (08:57 +0300)
commitd4a38d0d44ad058f0a66b1581b6b329ffc7f79ac
tree2c4e5dd247ac51c8087b6d097b66e49789dd1b5e
parentd06eb6f455368e698b082a2c814d7d88961d3f04
iwlwifi: pcie: fit reclaim msg to MAX_MSG_LEN

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>
drivers/net/wireless/intel/iwlwifi/pcie/tx.c