commit | 6e00a2376fb7d9974fa8ef791aabdca5314b91d3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jun 18 09:53:36 2018 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Sat Oct 06 10:25:51 2018 +0300 |
tree | 0f04f52b072c3bf38f040dbff78f5c2b60d7361a | |
parent | e00b7b8b91856215743f4e65ac199b41c2e2a3cb [diff] |
iwlwifi: pcie: check iwl_pcie_txq_build_tfd() return value If we use the iwl_pcie_txq_build_tfd() return value for BIT(), we should validate that it's not going to be negative, so do the check and bail out if we hit an error. We shouldn't, as we check if it'll fit beforehand, but better be safe. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>