aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorAlan Mikhak <alan.mikhak@sifive.com>2019-05-23 14:18:00 -0700
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2019-05-29 17:44:09 +0100
commit8a5e0af240e07dd3d4897eb8ff52aab757da7fab (patch)
tree60d9fa1676ece7d9ef12f7556e8e01bebad9b1aa /tools/perf/scripts/python/bin/stackcollapse-report
parentLinux 5.2-rc1 (diff)
downloadlinux-8a5e0af240e07dd3d4897eb8ff52aab757da7fab.tar.gz
linux-8a5e0af240e07dd3d4897eb8ff52aab757da7fab.zip
tools: PCI: Fix broken pcitest compilation
pcitest is currently broken due to the following compiler error and related warning. Fix by changing the run_test() function signature to return an integer result. pcitest.c: In function run_test: pcitest.c:143:9: warning: return with a value, in function returning void return (ret < 0) ? ret : 1 - ret; /* return 0 if test succeeded */ pcitest.c: In function main: pcitest.c:232:9: error: void value not ignored as it ought to be return run_test(test); Fixes: fef31ecaaf2c ("tools: PCI: Fix compilation warnings") Signed-off-by: Alan Mikhak <alan.mikhak@sifive.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
3pm: at91: pm_slowclock: fix suspend/resume hang up in timeoutsSylvain Rochet1-29/+4 2015-03-03Linux 4.0-rc2v4.0-rc2Linus Torvalds1-1/+1 2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1 2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1 2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov6-0/+10 2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8 2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree1-1/+2 2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner2-8/+8 2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1 2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard1-2/+2 2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44