aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2016-09-21 10:27:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-27 12:45:57 +0200
commita1a9e5d29854f69a881b4c1e6ac2d6b54f49dfc6 (patch)
tree967a94df25b48881536e535964766d75365f3a6f /scripts/objdiff
parentdriver-core: platform: Catch errors from calls to irq_get_irq_data (diff)
downloadlinux-a1a9e5d29854f69a881b4c1e6ac2d6b54f49dfc6.tar.gz
linux-a1a9e5d29854f69a881b4c1e6ac2d6b54f49dfc6.zip
debugfs: propagate release() call result
The result was being ignored and 0 was always returned. Return the actual result instead. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
.c?id=0b21767637c3c99890a248fe47ac414e51cf5eb7&follow=1'>mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li1-7/+7 2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich3-17/+16 2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich4-5/+5 2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich21-41/+38 2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryJan Beulich1-2/+4 2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman1-1/+11 2009-09-22mm: document is_page_cache_freeable()Johannes Weiner1-0/+5 2009-09-22mm: return boolean from page_has_private()Johannes Weiner3-7/+10 2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner4-11/+7 2009-09-22mm: introduce page_lru_base_type()Johannes Weiner3-9/+24 2009-09-22mm: drop unneeded double negationsJohannes Weiner3-6/+6 2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil2-15/+2 2009-09-22md: avoid use of broken kzalloc mempoolSage Weil1-1/+2 2009-09-22mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput1-2/+0 2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput1-1/+0 2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura2-37/+40 2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura1-24/+46