aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2019-08-10 12:17:18 +0200
committerDavid S. Miller <[email protected]>2019-08-10 15:25:47 -0700
commit9f818c8a7388ad1a5c60ace50be6f658c058a5f2 (patch)
tree44be2b501f7d0b0f2324581e34e4ca29b37e6352 /tools/perf/scripts/python/stackcollapse.py
parentfedcc6da10f33098d76b45adefa1b4e92a261748 (diff)
mlx5: 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. This cleans up a lot of unneeded code and logic around the debugfs files, making all of this much simpler and easier to understand as we don't need to keep the dentries saved anymore. Cc: Saeed Mahameed <[email protected]> Cc: Leon Romanovsky <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions