diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-29 17:30:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-31 12:54:21 +0200 |
commit | 63c4c0d8818fa2e48d546cd2c22659e6b59e8db5 (patch) | |
tree | de03a26ac9497eba635f43f2fd8038d618dbfa41 /CREDITS | |
parent | 377058707eed2be62bc200fbfa9db544dbe7d439 (diff) | |
download | linux-stable-63c4c0d8818fa2e48d546cd2c22659e6b59e8db5.tar.gz linux-stable-63c4c0d8818fa2e48d546cd2c22659e6b59e8db5.tar.bz2 linux-stable-63c4c0d8818fa2e48d546cd2c22659e6b59e8db5.zip |
USB: ohci: 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.
There is also no need to keep the file dentries around at all, so remove
those variables from the host controller structure.
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions