summaryrefslogtreecommitdiff
path: root/net/x25
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 /net/x25
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 'net/x25')
0 files changed, 0 insertions, 0 deletions
dation of exceptional DAX entries (a bug which is there for a long time) - without these patches data loss can occur on power failure even though user called fsync(2). The other three patches change locking of DAX faults so that ->iomap_begin() is called in a more relaxed locking context and we are safe to start a transaction there for ext4" These have received a build success notification from the kbuild robot, and pass the latest libnvdimm unit tests. There have not been any -next releases since -rc1, so they have not appeared there" * 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm: ext4: Simplify DAX fault path dax: Call ->iomap_begin without entry lock during dax fault dax: Finish fault completely when loading holes dax: Avoid page invalidation races and unnecessary radix tree traversals mm: Invalidate DAX radix tree entries only if appropriate ext2: Return BH_New buffers for zeroed blocks
Diffstat (limited to 'sound/soc/samsung/tobermory.c')