diff options
author | Greg Kroah-Hartman <[email protected]> | 2018-05-29 18:22:04 +0200 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2018-06-01 19:18:27 +0200 |
commit | 929f45e32499171ce3e5a15db972256eac513ad7 (patch) | |
tree | 9318600392ccd531e866dd086fe3d2ec4ed2ec9c /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | d1e5b0e98ea27b4f17871dc4e8ea4b0447e35221 (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.
This cleans up the error handling a lot, as this code will never get
hit.
Cc: Paul Mackerras <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Christoffer Dall <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: "Radim KrÄmář" <[email protected]>
Cc: Arvind Yadav <[email protected]>
Cc: Eric Auger <[email protected]>
Cc: Andre Przywara <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [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/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions