diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-06-14 09:14:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-06-21 15:46:32 +0200 |
commit | 6987738dfa4cdd8ef68149c2fe644d9c20397d76 (patch) | |
tree | 3ad653300f70e7419169b654b6761c6c9d3c20d5 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 8bff68b80964134085a2f58642f22f6ea1b54857 (diff) |
6lowpan: 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 care if debugfs works or not, this trickles back a bit
so we can clean things up by making some functions return void instead
of an error value that is never going to fail.
Cc: Alexander Aring <[email protected]>
Cc: Jukka Rissanen <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Acked-by: Jukka Rissanen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions