aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2019-06-14 09:11:23 +0200
committerSimon Wunderlich <[email protected]>2019-06-27 19:25:04 +0200
commit3bcacd1e067266173c35628df96be7819ab3d64a (patch)
tree393a94e949578b5d9090895fb229199d42fe11bd /tools/perf/scripts/python/bin/stackcollapse-report
parent390dcd48cd1a53a81b68a87d0188e6aacc54a199 (diff)
batman-adv: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. Because we don't care if debugfs works or not, this trickles back a bit so we can clean things up by making some functions return void instead of an error value that is never going to fail. Cc: Marek Lindner <[email protected]> Cc: Simon Wunderlich <[email protected]> Cc: Antonio Quartulli <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> [[email protected]: drop unused variables] Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions