commit | b8fc7743406d883e68d60ad6e73a86ae9059f1e6 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 29 17:30:57 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 31 12:54:22 2018 +0200 |
tree | 07090ac3f48d8995abd14eb4ba078e3c9a4737b2 | |
parent | 2ee127242a52267456610158f13126e64e1bdecd [diff] |
USB: ehci-hcd: 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. Cc: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>