diff options
| author | Greg Kroah-Hartman <[email protected]> | 2019-07-03 13:39:56 +0200 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2019-07-24 14:43:09 +0300 |
| commit | 1dc244064c47d6df7925ca0895f8365e68d3abd1 (patch) | |
| tree | 318b5a1f5ef48ad79a7df10742b0edb34264c9b4 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 3b902fa811cf6bf7f9ad0ffb77d0a133e0b3bd61 (diff) | |
rt2x00: 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 we don't need to save the individual debugfs files and
directories, remove the local storage of them and just remove the entire
debugfs directory in a single call, making things a lot simpler.
Cc: Stanislaw Gruszka <[email protected]>
Cc: Helmut Schaa <[email protected]>
Cc: Kalle Valo <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions