aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2020-02-09 11:58:57 +0100
committerMichael Ellerman <[email protected]>2020-03-04 22:44:25 +1100
commitc4fd527f52ecb135018655c7f56f87800872c5bc (patch)
treee7fe0bbd43369463a8897e302b752ce141182828 /tools/perf/scripts/python/bin
parent860286cf33963fa8a0fe542995bdec2df5cb3abb (diff)
powerpc/kvm: 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 of this cleanup, we get to remove a few fields in struct kvm_arch that are now unused. Signed-off-by: Greg Kroah-Hartman <[email protected]> [mpe: Fix build error in kvm/timing.c, adapt kvmppc_remove_cpu_debugfs()] Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions