iwlwifi: pcie: use u32* argument to iwl_trans_get_fw_monitor_len()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 09:58:53 +0000 (10:58 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 29 Jan 2019 14:10:31 +0000 (16:10 +0200)
commit93079fd5c0597a89f6fa3a1a3334739de10d6b07
tree128d6541da7c552486807c2ea373e6a9fc7b39d4
parent4841914ef44066f2dce153770dd828ef307f28bb
iwlwifi: pcie: use u32* argument to iwl_trans_get_fw_monitor_len()

That's what we pass, and we don't want/need any negative values.
Found by sparse/smatch.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c