diff options
author | Greg KH <[email protected]> | 2019-07-31 20:56:20 +0200 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2019-08-05 12:55:49 +0200 |
commit | 3e7093d045196b1016517631645e874fe903db7e (patch) | |
tree | 8fd33a32ab83d8a9a3c411b62af1cefa28cdc9d7 /tools/perf/util/trace-event-scripting.c | |
parent | 741cbbae0768b828be2d48331eb371a4f08bbea8 (diff) |
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.
Also, when doing this, change kvm_arch_create_vcpu_debugfs() to return
void instead of an integer, as we should not care at all about if this
function actually does anything or not.
Cc: Paolo Bonzini <[email protected]>
Cc: "Radim Krčmář" <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions