diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-06-14 16:29:04 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2019-06-20 14:19:55 +0800 |
commit | 576d152ccc56574475faa7460d4b507e8440e9aa (patch) | |
tree | 7b5f47e82b2808f0677f56062f88d5e6f27ca2ef /net/lapb/lapb_subr.c | |
parent | 97a5fee2bd70df9e48cdfdbbacc15d45089228a3 (diff) |
crypto: nx - 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.
Also, there is no need to store the individual debugfs file names,
especially as the whole directiry is deleted at once, so remove the
unneeded structure entirely.
Cc: "Breno Leitão" <[email protected]>
Cc: Nayna Jain <[email protected]>
Cc: Paulo Flabiano Smorigo <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions