diff options
author | Greg Kroah-Hartman <[email protected]> | 2020-04-29 12:15:26 +0200 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2020-05-04 12:50:13 +0300 |
commit | ea1b3bc6d5ad95fef32811bec7df37f51809f4e1 (patch) | |
tree | 30cfa32ee42e752b90ec666c85435a3b25cb6985 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | ff2af09f4515422d6b464faf36b771aeb2819e46 (diff) |
brcmfmac: 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.
In doing this, make brcmf_debugfs_add_entry() return void as no one was
even paying attention to the return value.
Cc: Arend van Spriel <[email protected]>
Cc: Franky Lin <[email protected]>
Cc: Hante Meuleman <[email protected]>
Cc: Chi-Hsien Lin <[email protected]>
Cc: Wright Feng <[email protected]>
Cc: Kalle Valo <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Pieter-Paul Giesberts <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: "Rafał Miłecki" <[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]>
Acked-by: Arend van Spriel <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions