diff options
| author | Luca Coelho <luciano.coelho@intel.com> | 2016-11-09 10:45:58 +0300 |
|---|---|---|
| committer | Luca Coelho <luciano.coelho@intel.com> | 2017-01-26 10:39:01 +0300 |
| commit | a43ae1de13f48831a3bd530e419f43390f3ba3c4 (patch) | |
| tree | 5164d4706396d98504db89d38f33a9da459371c3 /include | |
| parent | 18c44b271b672dd7961399ce6ad099eac5ae1a6a (diff) | |
| download | linux-a43ae1de13f48831a3bd530e419f43390f3ba3c4.tar.xz | |
iwlwifi: dvm: remove unused variable compiler warning in debugfs.c
When compiling with W=1, we get the following warning in debugfs.c:
/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c: In function ‘iwl_dbgfs_fw_restart_write’:
/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c:2313:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
int ret;
^
Fix it by ignoring the return value in this case.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
