diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2016-11-09 10:07:14 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-01-26 09:38:58 +0200 |
commit | 7b1be5ad26d36a8ed5e930793f269f3d844166f1 (patch) | |
tree | a7340e307dfbb35f4c3f25e245e1aeb520253f14 /drivers | |
parent | d8320d75b59ecdc1b8e60ac793d3a54d84333a18 (diff) |
iwlwifi: mvm: remove unused variable in iwl_mvm_handle_statistics()
The temperature variable is set but not used in
iwl_mvm_handle_statistics(). Remove it to avoid the following
compiler warning when W=1 is used:
/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/rx.c: In function ‘iwl_mvm_handle_rx_statistics’:
/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/rx.c:759:6: warning: variable ‘temperature’ set but not used [-Wunused-but-set-variable]
u32 temperature;
^
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers')