summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorLuca Coelho <luciano.coelho@intel.com>2016-11-09 09:45:58 +0200
committerLuca Coelho <luciano.coelho@intel.com>2017-01-26 09:39:01 +0200
commita43ae1de13f48831a3bd530e419f43390f3ba3c4 (patch)
tree5164d4706396d98504db89d38f33a9da459371c3 /include/soc
parent18c44b271b672dd7961399ce6ad099eac5ae1a6a (diff)
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/soc')
0 files changed, 0 insertions, 0 deletions
/div>
Sergei Shtylyov says: ==================== sh_eth: E-DMAC interrupt mask cleanups Here's a set of 3 patches against DaveM's 'net-next.git' repo. The main goal of this set is to stop using the bare numbers for the E-DMAC interrupt masks. [1/3] sh_eth: rename EESIPR bits [2/3] sh_eth: add missing EESIPR bits [3/3] sh_eth: stop using bare numbers for EESIPR values ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/reset/altr,rst-mgr-a10.h')