diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-08-10 12:31:08 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-08-11 21:30:06 -0700 |
commit | 6f20a697e487dea9e054daa18651fef04d97fe3d (patch) | |
tree | f241bdf8f3611b141ee7ae46dce0ed2f1f2d720c /tools/perf/scripts/python/check-perf-trace.py | |
parent | a858390177bcd9af8ccf923bc2f417641670c145 (diff) |
xen-netback: 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.
Cc: Wei Liu <[email protected]>
Cc: Paul Durrant <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Wei Liu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions